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