redbot.core
This commit is contained in:
parent
a02baf1d83
commit
1fcef31aca
@ -1,12 +1,14 @@
|
|||||||
import discord
|
|
||||||
import os
|
import os
|
||||||
import math
|
import math
|
||||||
|
|
||||||
|
import discord
|
||||||
from discord.ext import commands
|
from discord.ext import commands
|
||||||
|
|
||||||
from .utils.chat_formatting import pagify
|
from redbot.core.utils.chat_formatting import pagify
|
||||||
from .utils.chat_formatting import box
|
from recbot.core.utils.chat_formatting import box
|
||||||
from .utils.dataIO import dataIO
|
from .utils.dataIO import dataIO #TODO
|
||||||
from .utils import checks
|
from redbot.core import checks
|
||||||
|
|
||||||
from random import randint
|
from random import randint
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user