Skip to content

Commit 89f6f5e

Browse files
authored
Drop SQLite key from RequestNotifier (#145)
1 parent 97dae24 commit 89f6f5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercism_discord_bot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def get_cogs(self) -> dict[commands.CogMeta, dict[str, Any]]:
124124
cogs.PinnedMessage: {"messages": conf.PINNED_MESSAGES},
125125
cogs.RequestNotifier: {
126126
"channel_id": int(find_setting("MENTOR_REQUEST_CHANNEL")),
127-
"sqlite_db": find_setting("SQLITE_DB"),
128127
"tracks": None,
129128
},
130129
cogs.SpamDetector: {

0 commit comments

Comments
 (0)