From 382c376c03449c9176ec4055f374221bd2537e6b Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 7 Apr 2023 10:01:10 +0300 Subject: [PATCH] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5bdd06..7055bc9 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ internal class LevelCommand : DBCommand public async void ExecuteServer(CmdArgs context) { + //Variables.database is a sql connection that is defined in an auxiliary file in the same napespace as this class object[] user = await Variables.database.ReadDataArrayAsync($"SELECT * FROM Levels WHERE UserID='{context.Message.Author.Id}'"); if (user is null) {