diff --git a/pylax/example.env b/pylax/example.env index ecfe8f3..f21bc7d 100644 --- a/pylax/example.env +++ b/pylax/example.env @@ -1,3 +1,6 @@ +# Bot token found in your application in discord for developers TOKEN="" -id_auth_message="" -id_auth_channel="" \ No newline at end of file +# Channel dedicated to be an auth channel +id_auth_channel="" +# Message where players react to go playing (it's filled automatically when you call the command add_auth_message) +id_auth_message="" \ No newline at end of file