All Projects → FnrDev → slash-commands

FnrDev / slash-commands

Licence: other
slash commands handler to make your bot support slash commands.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to slash-commands

slash-level
✨ The first and only slash-command based Discord level bot ✨
Stars: ✭ 31 (-47.46%)
Mutual labels:  discordjs, slash-commands, discord-js, discord-slash
DiscordBot-Template
A boilerplate / template for discord.js bots with 100% coverage of Discord API, command handler, error handler based on https://discordjs.guide/
Stars: ✭ 129 (+118.64%)
Mutual labels:  discordjs, discord-api, slash-commands, discord-js
slshx
⚔️ Strongly-typed Discord commands on Cloudflare Workers
Stars: ✭ 163 (+176.27%)
Mutual labels:  discordjs, discord-api, slash-commands, discord-js
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (+5.08%)
Mutual labels:  discordjs, discord-api, discord-js
discord-clock
A simple clock script for your bot to show what time it is in your server | Discord.js v13 ready!
Stars: ✭ 29 (-50.85%)
Mutual labels:  discordjs, discord-api, discord-js
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (-23.73%)
Mutual labels:  discordjs, slash-commands, discord-js
Aometry
An awesome multipurpose discord bot build using discord.js v13 with support for slash commands and context menus
Stars: ✭ 51 (-13.56%)
Mutual labels:  discordjs, discord-api, discord-js
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+45.76%)
Mutual labels:  discordjs, discord-api, discord-js
Discord-BOT-Dashboard-V2
Discord BOT Dashboard V2 is made to make Discord BOT Development easy, designed to help create applications without writing a single line of code while using a user friendly Web-Dashboard!
Stars: ✭ 120 (+103.39%)
Mutual labels:  discordjs, discord-api, discord-js
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+269.49%)
Mutual labels:  discordjs, discord-api, discord-js
suggestions-bot
A Discord bot designed to build better communities by encouraging a positive and constructive relationship between community and staff.
Stars: ✭ 22 (-62.71%)
Mutual labels:  discordjs, discord-api, discord-js
Luki
[Deprecated] The official repository for Luki the Discord bot
Stars: ✭ 21 (-64.41%)
Mutual labels:  discordjs, discord-api, discord-js
Discord-Template-V13
An easy-to-use discord bot including database, slash commands and context menus !
Stars: ✭ 103 (+74.58%)
Mutual labels:  discordjs, slash-commands, discord-js
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (-54.24%)
Mutual labels:  discordjs, slash-commands, discord-js
Hurricano
An amazing open-source Discord bot using MongoDB with many features such as a customizable prefix, a reaction menu, music, role requirement giveaways and much more!
Stars: ✭ 97 (+64.41%)
Mutual labels:  discordjs, discord-api, discord-js
discord-voice
⏲️ A complete framework to facilitate the tracking of user voice time using discord.js
Stars: ✭ 33 (-44.07%)
Mutual labels:  discordjs, discord-api, discord-js
dislash.py
A Python wrapper for discord slash-commands and buttons, designed to extend discord.py.
Stars: ✭ 172 (+191.53%)
Mutual labels:  discord-api, context-menu, slash-commands
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (-45.76%)
Mutual labels:  discordjs, discord-api, discord-js
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+32.2%)
Mutual labels:  discordjs, discord-api, discord-js
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (+47.46%)
Mutual labels:  discordjs, discord-api, discord-js

slash-command by Fnr#0017

slash commands handler to make your bot support slash commands features.


Need help? join discord server Invite Link


Note: Node.js 16.6.0 or newer is required.


Installation

npm install

Make sure to check Slash Commands Guide


You need to rename example_config.json file to config.json and fill the info.

  • config.json
{
    "token": "YOUR_BOT_TOKEN",
    "serverID": "YOUR_SERVER_ID",
    "botID": "YOUR_BOT_ID",
    "log_channel_id": "Channel-id",
    "prefix": "YOUR_PREFIX",
    "autoRoleId": "ROLE ID",
    "ownersID": ["Id_1", "id_2"]
}
  • Note: Prefix is not required in config.json you just need it if you want to create commands with prefix.

If you need to create more commands just create new file in commands file with following example in other commands.

If you need to create commands for prefix create file in commands file

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].