fix: changed default autoreact emoji so it doesn't break on other bots

This commit is contained in:
Seaswimmer 2023-08-08 15:05:00 -04:00
parent cd75c785e6
commit 7dd3131bb9
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -15,7 +15,7 @@ class Galaxy(commands.Cog):
self.config = Config.get_conf(self, identifier=6621962)
self.config.register_guild(
autoreact_target = 0,
autoreact_emoji = 1028535684757209118
autoreact_emoji = '💀'
)
@commands.command()