mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 11:40:12 +01:00
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:
@@ -1,4 +1,5 @@
|
||||
import random
|
||||
import discord
|
||||
from discord.ext import commands
|
||||
|
||||
def eightball_command():
|
||||
|
||||
Reference in New Issue
Block a user