1
0
Fork 0
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:
diamondburned (Forefront) 2020-03-03 15:24:08 -08:00
parent 403e4970f7
commit 64dad6b2be

View file

@ -4,7 +4,7 @@ import "strings"
type NameFlag uint64
const FlagSeparator = 'ー'
var FlagSeparator = 'ー'
const None NameFlag = 0