cleanup (moved misc_utils to utils), changed sing footer.

This commit is contained in:
codey 2025-03-29 08:09:28 -04:00
parent 4f3c82f9c0
commit 6e74c1bb31
3 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@ import random
from typing import Optional
import logging
import discord
from cogs.misc_util import Util
import aiosqlite as sqlite3
from sh import cowsay as cow_say, fortune
from discord.ext import bridge, commands
from disc_havoc import Havoc
from util.misc_util import Util
from constructors import MiscException
"""

View File

@ -98,7 +98,7 @@ class Sing(commands.Cog):
for section in search_result_wrapped:
c+=1
if c == len(search_result_wrapped):
footer = f"Found on: {search_result_src}"
footer = f"`Found on: {search_result_src}`"
# if ctx.guild.id == 1145182936002482196:
# section = section.upper()
section = regex.sub(r'\p{Vert_Space}', ' / ', section.strip())
@ -173,7 +173,7 @@ class Sing(commands.Cog):
for section in search_result_wrapped:
c+=1
if c == len(search_result_wrapped):
footer = f"Found on: {search_result_src}"
footer = f"`Found on: {search_result_src}`"
# if ctx.guild.id == 1145182936002482196:
# section = section.upper()
section = regex.sub(r'\p{Vert_Space}', ' / ', section.strip())