Skip to content

A very simple self-hosted Discord bot written in typescript made for nick requests in a server.

Notifications You must be signed in to change notification settings

iWeeti/nick-request-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

Add config.json to the root directory with the content:

{
    "token": "",  BOT TOKEN
    "prefix": "",  COMMAND PREFIX

    "verificationChannelID": "",  VERIFICATION CHANNEL ID
    "restrictRequestChannel": true,  RESTRICT REQUESTS TO ONE CHANNEL?
    "requestChannelID": "", IF RESTRICTED, REQUEST CHANNEL ID

    "approveEmoji": "",  EMOJI ID OR AN ACTUAL EMOJI, NOT THE NAME
    "declineEmoji": "",  SAME AS ABOVE
    "requiredRoles": [""]  ROLES YOU NEED TO APPROVE IF NONE NO ROLES NEEDED
}

Run npm i to install the dependencies. RUN THIS ONLY ONCE Then run npm start to start the bot.

Commands

request <name>

<required> [optional]

It spams some random errors when you approve or decline and I don't know what causes them...

About

A very simple self-hosted Discord bot written in typescript made for nick requests in a server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published