This bot is just moderate your server like others bot did. Not to brag or anything but this bot is focused on transparency. Yeah we still use the outdated message commands
-
First you need to git clone! Yeah u know this part really well.
-
Second! This is important! You need to go to inside the directory of your clone.
-
Third! What you want to do is install yarn globally! because haha NPM bad
-
Fourth! just run yarn i guess. and it will install automatically.
-
Fifth! and this is what you've been waiting for! run the typescript node and pointing at index typescript file.
- First what u want to do is
git clone https://github.com/QkieMauln/AutoModeration
cd AutoModeration
- alright this one. If u familiar with yarn do
yarn
- or not?
npm i
- Ok this part is tricky you can just run this with only this command and your done! :D
DISCORDTOKEN=YOUR_TOKEN_HERE ts-node index.ts
- or... you can just create
.env
file and put
DISCORDTOKEN=YOUR_TOKEN_HERE
- then save
- And run
ts-node index.ts
Lets assume that you want instant copy paste
git clone https://github.com/QkieMauln/AutoModeration
cd AutoModeration
npm i
echo DISCORDTOKEN=Your_Discord_Token_PasteItHERE > .env
npm start
Happy Coding!