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