add has_role and MissingRole from discord.ext.commands
This commit is contained in:
parent
c00c4dedff
commit
246de32ee9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import os
|
||||||
from datetime import datetime, timezone
|
from datetime import datetime, timezone
|
||||||
import requests
|
import requests
|
||||||
import discord
|
import discord
|
||||||
from discord.ext.commands import Bot, has_permissions, CheckFailure
|
from discord.ext.commands import Bot, has_permissions, CheckFailure, has_role, MissingRole
|
||||||
from apscheduler.schedulers.asyncio import AsyncIOScheduler
|
from apscheduler.schedulers.asyncio import AsyncIOScheduler
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue