/discord-ts-starter

Simple discord bot starter project w/ TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

discord-ts-starter

Simple discord bot starter project w/ TypeScript

Prerequisits

Follow this guide on how to set up your bot on discord.

Getting Started

  • To get running first create a .env file in the root directory with your SECRET_TOKEN, GUILD_ID, & CLIENT_ID.
  • run yarn dev to run your bot locally in development mode.