add: pragma once to config.h

This commit is contained in:
starnakin 2023-10-11 15:24:29 +00:00
parent dd5d35d043
commit 493c3ef47d

View File

@ -1,3 +1,4 @@
#pragma once
#include <string>
const std::string BOT_TOKEN = "token";