mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-22 06:32:18 +00:00
7 lines
65 B
Go
7 lines
65 B
Go
package common
|
|
|
|
const (
|
|
// BotID is the id of bot.
|
|
BotID = 0
|
|
)
|