From 904a5d8b81759d9487702dc72e1f0e1dc793d4fd Mon Sep 17 00:00:00 2001 From: Astoria Floyd <39976417+AstoriaFloyd@users.noreply.github.com> Date: Wed, 11 Aug 2021 18:25:12 -0500 Subject: [PATCH 1/2] Update and rename token.lua to token.lua.example --- docs/token.lua | 2 -- docs/token.lua.example | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 docs/token.lua create mode 100644 docs/token.lua.example diff --git a/docs/token.lua b/docs/token.lua deleted file mode 100644 index 658c96d..0000000 --- a/docs/token.lua +++ /dev/null @@ -1,2 +0,0 @@ -return "ODc0MDMzNjc4Mjc4MzQ0NzY0.YRBFSw.hSFom92hmCVDHujNjUqeGHiW2hM" ---Please insert your token here. diff --git a/docs/token.lua.example b/docs/token.lua.example new file mode 100644 index 0000000..25c3b1c --- /dev/null +++ b/docs/token.lua.example @@ -0,0 +1,2 @@ +return "" +--Please insert your token here. From 1aa208448a8886f4bb8eb5ada9e8e03d07bcacf0 Mon Sep 17 00:00:00 2001 From: Astoria Floyd <39976417+AstoriaFloyd@users.noreply.github.com> Date: Wed, 11 Aug 2021 18:25:30 -0500 Subject: [PATCH 2/2] Update and rename key.lua to key.lua.example --- docs/{key.lua => key.lua.example} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{key.lua => key.lua.example} (95%) diff --git a/docs/key.lua b/docs/key.lua.example similarity index 95% rename from docs/key.lua rename to docs/key.lua.example index aa13ad6..37c7a5b 100644 --- a/docs/key.lua +++ b/docs/key.lua.example @@ -1,5 +1,5 @@ --Litterally just the prefix right now -return "exp!" +return "" -- This project is libre, and licenced under the terms of the -- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENCE, version 3.1, -- as published by dtf on July 2019. See the COPYING file or