Skip to content

Commit

Permalink
feat : Add KertBot
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoquiet committed May 19, 2022
1 parent f937166 commit 8c02c2b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,6 @@ cython_debug/
.vscode/*.code-snippets

# Ignore code-workspaces
*.code-workspace
*.code-workspace

config.py
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
컬방을 지켜주고 컬트 회원님들을 도와줄 여러가지 기능들을 담은 봇입니다.

컬트봇을 초대하시려면 [여기](https://discord.com/oauth2/authorize?client_id=758959686472564746&permissions=0&scope=bot%20applications.commands)를 클릭해주세요.
컬트봇을 초대하시려면 [여기](https://discord.com/oauth2/authorize?client_id=976727339239100466&permissions=0&scope=bot%20applications.commands)를 클릭해주세요.

## 명령어 목록
> | 카테고리 | 설명 |
Expand All @@ -25,4 +25,5 @@
### 기타

- `/help`: 컬트봇의 사용 방법을 알려줍니다.
- `/개발진`: 컬트봇의 개발진들을 보여줍니다.
- `/컬방`: 컬방에 대한 정보를 알려줍니다.
- `/개발진`: 컬트봇의 개발진들을 보여줍니다.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
botName = 'KertBot'
botID = ''
botToken = 'NzU4OTU5Njg2NDcyNTY0NzQ2.GGiwiX.XLY3SwsyV8QJzSJIDuu17A4SAaAUaRKNpoXQ68'
botToken = ''
EXTENSIONS = ['cogs.help', 'cogs.isopen', 'cogs.fairy', 'cogs.info', 'cogs.credits']

KertColor = 0x000000
Expand Down

0 comments on commit 8c02c2b

Please sign in to comment.