Discord SelfBot that will log commands used in one server, and relay them to another
This was created by shwp
on Discord
Support his main Xbox-based Discord bot called Guh by donating!
This is a Discord SelfBot, which goes against Discord ToS. This software is provided to you to be used at your own discretion.
-
Make sure you have Node.js installed on your local machine (install here: https://nodejs.org/en/download/prebuilt-installer)
-
Clone this repository at https://github.com/NoVa-Gh0ul/discord-command-logger
-
Open the terminal and run
npm install
-
Fill in required
config.json
values:token
(authorization for the bot)channel_id
(channel to log commands from)webhook_url
(webhook for where the logs are sent to)
Optional values will be listed further below
- Run
node .
Enjoy :D
Other optional values include:
- status:
dnd
|idle
|invisible
|online
- device_spoof:
pc
|phone
- time: do not edit this
- embed_color: support hex string values for colors
- check_last_used_command:
integer_value
(how long until it checks for the last used command in the set channel again)