fix: changed default autoreact emoji so it doesn't break on other bots
This commit is contained in:
parent
cd75c785e6
commit
7dd3131bb9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue