Skip to content

ajb3296/Nuclear_alarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

원전알리미

CodeFactor

이 봇은 제 2회 한국 디스코드 리스트 해커톤 출품작입니다.
봇 초대는 이곳 을 누르세요

수상 기록

놀랍게도 이걸로 치킨을 탔습니다.

Screenshot

test_screenshot

How to install

config.py 파일을 아래와 같이 작성한다.

from bot.sample_config import Config

class Development(Config):
    TOKEN = '토큰'
    OWNERS = [관리자 디스코드 아이디]
    commandInt = "명령인자"
    BOT_NAME = "봇 이름"
    BOT_TAG = "#봇태그"
    BOT_VER = "버전"
    BOT_ID = 봇아이디
    AboutBot = f"""봇 정보(about 명령어)에 넣을 말"""

sample_config.py참고 하여 만드시면 됩니다.
3. python -m bot 명령어를 실행한다.

Releases

No releases published

Packages

No packages published

Languages