fix(8ball && mcquote): fixes

Replaces the synchronous requests library with aiohttp in mcquote.py to enable asynchronous HTTP requests, improving performance and compatibility with async Discord bots. Also updates exception handling to use aiohttp.ClientError. Adds missing discord import in eightball.py.
This commit is contained in:
neoarz
2025-10-04 18:43:06 -04:00
parent b26d786d23
commit 4f66c3705a
2 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
import random
import discord
from discord.ext import commands
def eightball_command():