Compare commits
No commits in common. "640c68a81aaa3075e53ad39cc2490fe214f77f31" and "ababf4f8385d1fdd7b91dbc4632d23d9521e4ccd" have entirely different histories.
640c68a81a
...
ababf4f838
3 changed files with 1 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
/venv/*
|
||||
gacha_game.db
|
||||
__pycache__/
|
||||
bot/client.py
|
|
@ -1,5 +0,0 @@
|
|||
import misskey
|
||||
import config
|
||||
|
||||
def client_connection():
|
||||
return misskey.Misskey(address=config.INSTANCE, i=config.KEY)
|
|
@ -1,8 +0,0 @@
|
|||
# Essential for the bot to function
|
||||
INSTANCE = "" # Bots Misskey instance's URL **with schema**
|
||||
KEY = "" # API key for the bot
|
||||
|
||||
# Extra stuff for control of the bot
|
||||
ADMINS = [] # Fedi handles in the traditional 'user@domain.tld' style,
|
||||
# allows these users to use extra admin exclusive commands
|
||||
# with the bot
|
Loading…
Add table
Reference in a new issue