About 13,600 results
Open links in new tab
  1. I'm coding a discord bot using discord.js in VSC and all commands …

    Jan 16, 2022 · I'm currently working on coding a full AIO Discord Bot, such as ones you see like "Dyno Bot" or "Carl Bot" and I've completed making basic commands such as ping, avatar, etc.

  2. DISCORD BOT [PYTHON] - Adding user input to command using …

    Jul 28, 2022 · I am currently working on a Discord bot that requires users to be able to enter the command without using a message format that will reveal private data. My idea is something …

  3. How do i code an afk command like dynos afk command

    Feb 10, 2023 · I expected this to run a afk command like the one dyno bot has, but instead its a timer. Please help me code an afk command where if someones afk and gets pinged the bot …

  4. Deployed Discord bot (discord.py) to Heroku, turned on the Dyno …

    0 I've deployed my Discord bot (Discord.py) to Heroku successfully with the build working, I switched on the Dyno and it said the bot has come online and shows as online on Discord's …

  5. How do i code an afk command that comes out the way dyno runs

    Feb 11, 2023 · I need help making a afk command for my discord server. When the afk command is triggered, my bot doesn't respond with a reasoning when you ping the person whos afk. …

  6. python - AFK function in Discord Bot - Stack Overflow

    Sep 1, 2020 · I'm currently trying to make a bot in Discord using python (something almost brand new for me). I was trying to make an AFK function (similar to Dyno's). This is my code: afkdict …

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

    Jul 5, 2020 · 0 I want to make a command so when I do !reset it will reboot/restart the bot. I am using Discord.js v12. This bot is a simple moderation bot for a server so I just want a quick …

  8. 403 Forbidden (error code: 50001): Missing Access when adding …

    Aug 7, 2020 · Apparently, if the Discord server your Bot / integration mandates multi-factor authentication, the developer account associated with your Bot MUST have MFA enabled. I …

  9. python - discord.py "sub help command" - Stack Overflow

    Dec 2, 2022 · The way Dyno would do it is more complex, using slash commands again, but really similar to the first version. You simply add a slash command group again, but this time it is for …

  10. Can I catch discord Dyno bot message and auto reply to it?

    May 8, 2022 · Periodically checking if new messages were sent by Dyno bot to specific channel, and reply to it automatically. Is it possible? [update1] Here are some cases: select the right …