Compare commits
No commits in common. "979e15f525eaba9052f4b78c43330ef0e66919a4" and "d830b07e60d2a8865d9b6ce50ef43f71ef2b0e98" have entirely different histories.
979e15f525
...
d830b07e60
4 changed files with 1 additions and 14 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -182,3 +182,4 @@ cython_debug/
|
|||
|
||||
# Custom stuff
|
||||
gacha_game.db
|
||||
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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue