add hardcoded alert for the filter message func
This commit is contained in:
parent
6b433970fe
commit
fbda0e9414
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ class FilterMessages(commands.Cog):
|
||||||
|
|
||||||
@commands.Cog.listener()
|
@commands.Cog.listener()
|
||||||
async def on_message(self, message):
|
async def on_message(self, message):
|
||||||
|
|
||||||
|
#
|
||||||
|
# These are hard-coded ID that you should change in production to adapt your requirements
|
||||||
|
#
|
||||||
no_pub_guild = [280805240977227776, 303633056944881686,
|
no_pub_guild = [280805240977227776, 303633056944881686,
|
||||||
274247231534792704]
|
274247231534792704]
|
||||||
lien_channel = [280805783795662848, 508794201509593088,
|
lien_channel = [280805783795662848, 508794201509593088,
|
||||||
|
|
Loading…
Reference in a new issue