From 95e8d95c92afb377dcdac71f29a201e699352f8d Mon Sep 17 00:00:00 2001 From: Tudor Andrei Date: Fri, 16 Aug 2024 19:07:17 +0300 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a4f99..37065f1 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ public class LevelCommand : DBCommand public async void ExecuteServer(DBCommandExecutingArguments context) { - //Variables.database is a sql connection that is defined in an auxiliary file in the same napespace as this class + //Variables.database is a sql connection that is defined in an auxiliary file in the same namespace as this class object[] user = await Variables.database.ReadDataArrayAsync($"SELECT * FROM Levels WHERE UserID='{context.Message.Author.Id}'"); if (user is null) {