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] 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.