Skip to content

Simple discord.js v13 typescript bot for personal use. Made with wok commands and discord.js

License

Notifications You must be signed in to change notification settings

apoorvcodes/izzy_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Izzy Bot

react+tailwind

Cloning💻

git clone https://github.com/apoorvcodes/react-tailwind-starter/

cd project-path

yarn dev

Setup

Change izzy.example.ts to izzy.config.ts

export const token:string = "TOKEN"
export const ownerID:number| string = "OWNER_ID"
export const prefix = "PREFIX"
export const testServer:string = "TEST_SERVER_ID"
//add ur credentials

Custimization

base command setup

import { ICommand } from 'wokcommands'

export default {
 category: 'Testing', //type of command
 description: 'Replies with pong', // Required for slash commands
 
 slash: 'both', // Create both a slash and legacy command
 testOnly: true, // Only register a slash command for the testing guilds
 
 callback: ({ message, interaction, client, args }) => {
   //Ur code
 },
} as ICommand

happy coding

About

Simple discord.js v13 typescript bot for personal use. Made with wok commands and discord.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published