drftr 0.1.1

A utility library for building Discord bots to draft whatever you like.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.poise]
features = ["chrono"]
version = "0.5.5"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.29.1"

[package]
description = "A utility library for building Discord bots to draft whatever you like."
edition = "2021"
license = "MIT"
name = "drftr"
readme = "README.md"
repository = "https://github.com/Sam-Dunlap/drftr"
version = "0.1.1"