cqb13 / Templar-Bot-JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<

logo

Templar Bot

A simple discord bot.

GitHub License GitHub Stars


Requirements

  • Discord.js v14 (npm install discord.js@latest)
  • applications.commands scope enabled for your bot in Developer Portal (For Slash Cmds).
  • NodeJS v16.9.0 or higher
  • Basic knowledge of JS or Discord.JS

What features does Templar Bot Include?

Available Features
Features Availability
Avatar
Bot Servers
Bunnie
Cat
Clear
Dog
Duck
Fox
Koala
Lizard
Panda
Ping
Say
Server info
Skin
User info

Getting started

Creating a fork:

Installing all necessary packages

  • npm install

Starting the bot

  • node . or run bot.js

Configuration

  • Create a .env file and enter the required values
token="bot token here"
  • Replace the values in the config.json file with your IDs
{
  "OWNER_ID": "You ID here",
  "LOG_CHANNEL_ID": "Discord Log channel ID here"
}

Star the Repo if you liked it!

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%