About 7,140 results
Open links in new tab
  1. lua - Roblox In-Game Ban System - Stack Overflow

    Aug 29, 2020 · I am trying to make an in-game system for banning players. I have a button that fires a remote event with a player's name and a message for why they were banned. But every …

  2. lua - Roblox Admin Command Script - Stack Overflow

    Aug 6, 2013 · I'm currently trying to make a new admin command script; all I have so far is the kill command... everything I've tried (so far) works unless I use the ":* me" parameter ("*"being …

  3. javascript - Discord.js v12 Ban Command - Stack Overflow

    Oct 12, 2020 · 1 I made a ban command for my discord.js v12 bot. However whenever I run the command I get an error. Here is my code:

  4. How do I make a discord.js ban all command? - Stack Overflow

    Nov 22, 2021 · In order to ban all members (in Discord.js V13, assuming this is what you're using) you first need to fetch all guild members.

  5. python - Discord.py ban command - Stack Overflow

    Maybe you actually try using the ban command in some way in your code?

  6. javascript - Ban Command discord.js (v13) - Stack Overflow

    Dec 10, 2021 · Hello I've been trying to make a ban command with discord.js (v13) but I am getting this error and I don't know what is the cause of a problem If anyone can help I ...

  7. Python Discord.py Ban/Kick Command - Stack Overflow

    Apr 8, 2023 · @has_permissions (ban_members=True) decorator ensures that the user calling the command has the permission to ban members. The ctx parameter represents the context …

  8. python - Discord.py ban all members - Stack Overflow

    Oct 13, 2020 · Discord.py ban all members Asked 5 years, 2 months ago Modified 3 years, 1 month ago Viewed 8k times

  9. How do I ban a user using a chat command - Stack Overflow

    Oct 18, 2022 · I am making a discord bot (discord.js v14) that has various functions like kicking users, banning users, ... To ban user users I'm using the following code to register the ban …

  10. Is there a way to kick/ban everyone in discord.py?

    Aug 31, 2020 · I'm trying to make a Discord bot right now, and I'm following a tutorial for kicking/banning members, however I cant seem to find a way to kick/ban everyone. The …