Skip to content

adxthya/dextify-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dextify

Description

A minimal discord bot with gpt integration and voice support

Features

  • Command Handling: The bot efficiently handles commands triggered by users.
  • Customizable: Easily customize commands and responses to fit your server's needs.
  • Event Handling: Responds to various Discord events such as message updates, member join/leave, etc.
  • Modular: Modular code structure for easy maintenance and scalability.
  • Voice-Support: The bot can join voice channels and play songs

Requirements

  • Node.js
  • npm (Node Package Manager)
  • Discord.js

Installation

  1. Clone this repository to your local machine.
git clone https://github.com/adithyakb10/dextify-js
  1. Install dependencies by running npm install in the project directory.
  2. Create a new Discord application and bot on the Discord Developer Portal.
  3. Copy the bot token, guildid and clientid provided by Discord and provide token, clientId, guildId in the .env file.
  4. Start the bot by running node bot.js in the terminal.

Configuration

  • The commands can be configured in the commands directory.
  • The slash commands has to be registered before they can be used.
  • Register them by running node deploy-command.js.

Issues

  • node-sodium can return an error during installation refer the npm docs to fix it node-sodium.

Acknowledgements

  • Discord.js developers and contributors for providing an excellent library for Discord bot development.

About

Dextify built using discord.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published