diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/cogs/owner/stats.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/cogs/owner/stats.py b/code/cogs/owner/stats.py index ab0f0ad..ce2af69 100644 --- a/code/cogs/owner/stats.py +++ b/code/cogs/owner/stats.py @@ -1,5 +1,4 @@ from discord.ext import commands, tasks -from discord import app_commands import sqlite3 import discord |