Compare commits

..

No commits in common. "3085dc6c105fb1eea0317f476249c50196cb9b81" and "b8493440bdf8dbb87535f403a49135ae05f89c54" have entirely different histories.

4 changed files with 1 additions and 14 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/venv/*
gacha_game.db
__pycache__/
bot/client.py

View file

@ -1,5 +0,0 @@
import misskey
import config
def client_connection():
return misskey.Misskey(address=config.INSTANCE, i=config.KEY)

View file

@ -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

View file

@ -5,4 +5,3 @@ itsdangerous==2.2.0
Jinja2==3.1.6
MarkupSafe==3.0.2
Werkzeug==3.1.3
Misskey.py==4.1.0