gdpr agreements

This commit is contained in:
Klemek
2021-04-09 14:57:55 +02:00
parent 0550a16c51
commit 6a70663201
5 changed files with 157 additions and 53 deletions
+8 -2
View File
@@ -6,7 +6,7 @@ if sys.version_info < (3, 7):
print("Please upgrade your Python version to 3.7.0 or higher")
sys.exit(1)
from utils import emojis
from utils import emojis, gdpr
from scanners import (
EmotesScanner,
FullScanner,
@@ -57,7 +57,13 @@ bot.register_command(
"(cancel|stop)",
GuildLogs.cancel,
"cancel: stop current analysis (not launched with fast)",
"```\n" + "%cancel: Stop current analysis (not launched with fast)\n" + "```",
"```\n%cancel: Stop current analysis (not launched with fast)\n```",
)
bot.register_command(
"gdpr",
gdpr.process,
"gdpr: displays GDPR information",
gdpr.HELP,
)
bot.register_command(
"words",