mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
8 lines
124 B
Protocol Buffer
8 lines
124 B
Protocol Buffer
syntax = "proto3";
|
|
package manager;
|
|
|
|
message config {
|
|
map<uint64, bool> checkin = 1;
|
|
map<uint64, string> welcome = 2;
|
|
}
|