blob: cb023ccb9d131ca62833922af7c68fc0e5fa1dd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
[package]
name = "07_voice"
version = "0.1.0"
authors = ["my name <[email protected]>"]
[dependencies.serenity]
features = ["cache", "framework", "methods", "voice"]
version = "0.1"
|