Z1xus / self-reaction-bot

A Discord Python Selfbot to put reactions on messages
GNU General Public License v3.0
9 stars 4 forks source link

DeprecationWarning: asyncio.get_event_loop() #4

Closed wastu01 closed 5 months ago

wastu01 commented 5 months ago

The script runs successfully; however, it triggers a deprecation warning:

eprecationWarning: There is no current event loop
loop = asyncio.get_event_loop() # 獲取當前事件循環

Consider updating this part to use asyncio.run() for better compatibility with newer Python versions.

wastu01 commented 5 months ago

btw I find two of emoji / letter website. if somebody need to copy and paste https://www.webfx.com/tools/emoji-cheat-sheet/ https://lingojam.com/RegionalIndicator

Z1xus commented 5 months ago

fixed. thanks for reporting that, and for your support 👍