Skip to content

Commit

Permalink
Changes done by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored and github-actions[bot] committed Jun 23, 2024
1 parent 914ec08 commit c0a6513
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cogs/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import discord
from discord.ext import commands, tasks

from random import choice

# Bot Utilities
from cogs.utils.Bot_version import bot_version
from cogs.utils.defaults import easy_embed, features, intents, statuses, userflags
Expand All @@ -14,6 +12,7 @@
from datetime import datetime, timezone
from io import StringIO
from os import listdir, name
from random import choice
from re import IGNORECASE
from re import compile as re_compile
from re import search as re_search
Expand Down

0 comments on commit c0a6513

Please sign in to comment.