🐛 Change the way defer works, so it's all done by the bot instance
This commit is contained in:
@ -2,7 +2,7 @@ import discord, codecs, string, json
|
||||
from discord.ext import commands
|
||||
from discord_slash import cog_ext
|
||||
|
||||
from utils import getParams
|
||||
from utils import getParams # pylint: disable=import-error
|
||||
|
||||
params = getParams()
|
||||
|
||||
|
Reference in New Issue
Block a user