does it work now
This commit is contained in:
parent
c0518c09b6
commit
424234c05f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
from redbot.core import commands, checks, config
|
from redbot.core import commands, checks, Config
|
||||||
import discord
|
import discord
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
import re
|
import re
|
||||||
|
@ -8,7 +8,7 @@ class Galaxy(commands.Cog):
|
||||||
|
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
self.config = config.get_conf(self, identifier=6621962)
|
self.config = Config.get_conf(self, identifier=6621962)
|
||||||
guild_default = {
|
guild_default = {
|
||||||
"cocotarget = 0"
|
"cocotarget = 0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue