Can you please make a Post about how to set it up with repl.it?
Is it possible to use usernames instead of player id?
Yes that feature is already implemented.
@IEnforce_Lawz Ive got to figure out how and if the system works on repl first and then I may write one.
Hello, my bot won’t come online. I followed all the steps but it just won’t come on. Any tips? I have been in -game waiting for it to turn on for 5 minutes.
Does it say Successfully logged in Discord bot.
in your output?
Can you possible give me a .rbxm file? pc settings arent allowing me to download .Lua files. NVM i fixed my settings
So if I wanted to view the bans we have issued aside from using the search feature in discord, how could I view them?
Hello, is this bot also available for Heroku not just by glitch?
Is it possible for the bot to make a Trello card on a Trello board with the players username/userID as well on a specific list? If so, could anyone teach me please?
Trello is not a database and has strict API limits. Don’t use Trello as a database.
I’m unsure if it can be used for Heroku as I haven’t tried to implement it there. If you’re able to do it successfully though let me know!
@ScienceisAmazing I may consider writing a web interface for the bot to see who is and who isn’t banned.
Looks like I found a bug |
TypeError: Cannot read property ‘roles’ of null
Jump Toat Client.client.on (/app/server.js:89:23)
Followed all the steps, and still got the same error code
That is due to the version of discord.js used when writing this tutorial is outdated.
It’s an error caused by a new update with Discord.js. I’m currently working on a solution, I’ll post here when it’s done.
Just a suggestion, you should also try make another command with this bot called kick
. I have tried doing it and failed multiple times, the function of the command is to simply make a one-time kick with the given reason.
The format could be:
kick <Username> <Reason>
Do I put my token in the “SECRET” tab or the “Variable Value”? Also,
Where is this section at? I can’t find it.
Put it in the Variable Value
Ill update the main post with a new graphic since they changed the UI a bit.
Where’s your system? Could you tag me in the post please?
Do I use any special characters if the role has a space? Like the role is “Game Moderator” and I put that in the script thing. Do I need to use any special characters? Also could you please send me the DTR v2.1.lua in Discord DMs or something? It isn’t working, my Discord is JackTheKrazyGuy#8109
Kick functionality has been added.
@COUNTYL1MITS @Dis_Chat The system has been upgraded to discord.js v12 and nodejs 12.
Users will have to rebuild their projects and follow the tutorial again to upgrade to the new system.