Skip to content

kbernou/karen_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Karen

Karen is a general usage Discord bot. She isn't meant to do anything in particular. She exists mostly as programming practice and because why the heck not.

Installation

Clone the repo.
Create config/config.exs (example below)
Enter the bot's token in config/config.exs.
Get dependencies with mix deps.get.
Run the application.

Example Config

config/config.exs

import Config
  config :nostrum,
    token: "123abc",  # Bot token
    num_shards: :auto # Number of shards to run the bot under, or `:auto`

Features

Coming soon!™

TODO

  • Provide bot token via environment variable.
  • Build out commands.
  • Use Elixir's Releases for updates and deployment.

About

A Discord bot for personal usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages