Compare commits

..

No commits in common. '640c68a81aaa3075e53ad39cc2490fe214f77f31' and 'ababf4f8385d1fdd7b91dbc4632d23d9521e4ccd' have entirely different histories.

  1. 1
      .gitignore
  2. 5
      bot/client.py
  3. 8
      bot/config.py

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…
Cancel
Save