mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-12-10 13:59:02 +00:00
Bot: Flag separator is now a variable
This commit is contained in:
parent
403e4970f7
commit
64dad6b2be
|
|
@ -4,7 +4,7 @@ import "strings"
|
|||
|
||||
type NameFlag uint64
|
||||
|
||||
const FlagSeparator = 'ー'
|
||||
var FlagSeparator = 'ー'
|
||||
|
||||
const None NameFlag = 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue