refactor vcbot to packages
This commit is contained in:
parent
8a4c903c08
commit
21c6e7a748
5 changed files with 265 additions and 237 deletions
14
cmd/vcbot/config/config.go
Normal file
14
cmd/vcbot/config/config.go
Normal file
|
@ -0,0 +1,14 @@
|
|||
package config
|
||||
|
||||
import (
|
||||
"github.com/disgoorg/snowflake/v2"
|
||||
"os"
|
||||
)
|
||||
|
||||
var (
|
||||
Token = os.Getenv("disgo_token")
|
||||
RegisterGuildID = snowflake.GetEnv("disgo_guild_id")
|
||||
ChannelVoiceGroupID snowflake.ID
|
||||
ChannelVoiceLogID snowflake.ID
|
||||
ChannelVoicePrefix = "🔉 - "
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue