misc(suggestions): importing app_commands
This commit is contained in:
parent
75f14a0e45
commit
101e0ecb34
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import datetime
|
|||
import re
|
||||
import typing
|
||||
import discord
|
||||
from redbot.core import Config, checks, commands
|
||||
from redbot.core import app_commands, Config, checks, commands
|
||||
from redbot.core.bot import Red
|
||||
from redbot.core.utils.chat_formatting import humanize_list
|
||||
|
||||
|
|
Loading…
Reference in a new issue