Nixeld

Results 13 comments of Nixeld

This also happens when you download both the map with and without video. They will show up as 2 separate folders and take up extra space. The map id will...

The images I posted before is from a Xbox controller. This is an image I found online for a Playstation controller. UI elements are in the same place, however the...

I think this is a problem with Discum auto reconnect. Workaround for this is to set auto reconnect to false and restart the bot using other methods. `bot.gateway.run(auto_reconnect=False)`

![image](https://github.com/vivinano/MudaeAutoBot/assets/18643932/5eaee669-e75a-40bd-a12d-e22aabea304a) Quick fix. Add the following code there. ``` snipe_delay = channel_settings[int(channelid)]['kak_snipe'][1] if butts.components != [] : buttMoji = butts.components[0]["components"][0]["emoji"]["name"] if buttMoji.lower() in KakeraVari: time.sleep(snipe_delay+1) bot.click( aId, channelID=m["channel_id"], guildID=m.get("guild_id"), messageID=m["id"],...

> Does the mean the other version of the bot is no longer working? im trying to set it up but lots of errors. Should i open a pr or...

> > > Does the mean the other version of the bot is no longer working? im trying to set it up but lots of errors. Should i open a...

Fixed in https://github.com/Nixeld/Discord-S.C.U.M/commit/eaa07d0c30ea7aac1d2427f4fb6f26d8dcef2069

I am having the same issue, how do i get a dump of all my guilds? I have pasted the full error output below. ``` File Not Found using Different...

> Thanks; I filled out some info into a guilds.txt based on the example earlier with no dice. Tried changing it to uppercase but there's no effect. I also tried...

> Thank you! In addition to what you stated above, I also had to replace all single quotes in user.txt with double quotes and remove terminal commas in the guilds...