fixed missing import

This commit is contained in:
phixxy 2024-02-13 01:55:31 -08:00
parent 5331a5e2e7
commit 32bac26caa

View file

@ -1,6 +1,7 @@
#plugin for sparkytron3000
import os
import random
import aiohttp
from discord.ext import commands
class Meme(commands.Cog):