About 5,600,000 results
Open links in new tab
  1. python - Discord.py Restart Command - Stack Overflow

    Jul 30, 2020 · Discord.py Restart Command Asked 5 years, 2 months ago Modified 1 year, 3 months ago Viewed 14k times

  2. How can i make a reset command to restart my discord.js bot?

    Jul 5, 2020 · I am using Discord.js v12. This bot is a simple moderation bot for a server so I just want a quick command to fix errors that require a quick restart without going into Heroku and …

  3. How do i restart my bot? : r/Discord_Bots - Reddit

    Dec 9, 2021 · The way I run bots is by configuring systemd on Linux, it will automatically restart when it crashes and shows almost zero downtime. I use discordpy for my bots, but it should be …

  4. How to restart the discord bot using commands [Python]

    May 1, 2020 · Essentially, I would recommend pulling all of the game logic out into a separate class. Each channel/server gets its own instance of the class, and your commands are just a …

  5. How do you make a command which restarts your bot in discord.js?

    Feb 3, 2018 · I'm making a bot in discord.js. How do I make a command that restarts the bot?

  6. python 3.x - Restart command for Discord.py - Stack Overflow

    Jul 19, 2021 · Restart command for Discord.py Asked 3 years, 9 months ago Modified 3 years, 4 months ago Viewed 2k times

  7. My discord starts but doesn't open : r/discordapp - Reddit

    Aug 30, 2023 · Install any pending updates and restart your computer before trying to open Discord again. If none of the above steps resolve the issue, it might be helpful to contact …

  8. support whenever i stream discord restarts : r/discordapp - Reddit

    Mar 17, 2024 · If this is a bug report or technical issue, please also post a properly formatted comment in the Monthly Megathread pinned at the top of the subreddit. It is closely monitored …

  9. javascript - Discord.js restart command - Stack Overflow

    May 7, 2025 · const Discord = require ("discord.io") const { Message } = require ("discord.js") const ms = require ("ms"); // set message listener exports.run = async (client, msg ...

  10. How to load new commands without restarting bot - Stack Overflow

    Jul 24, 2020 · Anytime I add a new command, I have to restart the whole bot. Since this particular bot has scripts on intervals running, restarting my bot would terminate all running intervals, …