ajb3296 / Kumon-alarm

금오공과대학교 알리미

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kumon alarm

이 봇은 금오공대 관련 공지사항이 매번 확인하기 귀찮아서 만든 봇이다.

봇 초대

https://discord.com/api/oauth2/authorize?client_id=950607518252556328&permissions=414464789568&scope=bot%20applications.commands

디스코드 서버

https://discord.gg/mcvEwsg4AB

How to install

  1. bot 폴더 안에 config.py 파일을 만든다.
  2. config.py 파일을 아래와 같이 작성한다.
from bot.sample_config import Config

class Development(Config):
    TOKEN = '토큰'
    OWNERS = [관리자 디스코드 아이디]
    DebugServer = [디버그 서버 id]
    BOT_NAME = "봇 이름"
    BOT_TAG = "#봇태그"
    BOT_ID = 봇아이디

sample_config.py를 참고하여 만들면 된다.
3. python3 -m bot 명령어로 실행한다.

About

금오공과대학교 알리미

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%