discord
Uncompress GZIPed HTTP Response in Java
I\'m trying to uncompress a GZIPed HTTP Response by using GZIPInputStream. Howev开发者_StackOverflow中文版er I always have the same exception when I try to read the stream : java.util.zip.ZipException[详细]
2022-12-23 23:36 分类:问答Get Discord bot to join when a user joins then leaves after sound is played
I\'m trying to get the Discord bot to join when a specific user joins. The bot shows online in the Discord server but isn\'t joining when I join. Is there a way the username has to be formatted or am[详细]
2022-12-07 23:33 分类:问答discord.py json report system
class my_modal(ui.Modal, title="Report or Suggest"): answer = ui.TextInput(label="Is this a report or a suggestion?", style=discord.TextStyle.short, required=True, placeholder=&quo[详细]
2022-12-07 22:19 分类:问答Discord Bot : 'Message' object has no attribute 'channell'
I have created a Discord bot with a Python script. This is a simple Discord bot where users can interact with it via specific messages. For example: when the user types "roll", the bot will[详细]
2022-12-07 21:32 分类:问答Discord error: Unable to assign roles thorugh csv file
Traceback (most recent call last): File "C:\\Users\\Ankita ghosh\\AppData\\Local\\Programs\\Python\\Python310\\lib\\site-packages\\discord\\client.py", line 409, in _run_event[详细]
2022-12-07 19:11 分类:问答