From 493c3ef47d161c6be378f7f1269221110f1de97c Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 11 Oct 2023 15:24:29 +0000 Subject: [PATCH] add: pragma once to config.h --- src/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h b/src/config.h index d3a9287..857073a 100644 --- a/src/config.h +++ b/src/config.h @@ -1,3 +1,4 @@ +#pragma once #include const std::string BOT_TOKEN = "token";