diff --git a/docs/chatbot/variables/game.md b/docs/chatbot/variables/game.md new file mode 100644 index 0000000..a3de727 --- /dev/null +++ b/docs/chatbot/variables/game.md @@ -0,0 +1,26 @@ +--- +id: game +tags: + - chatbot + - variable +--- + +# $(game) + +Displays the current game + +#### Parameters + +- `username` (optional): The username of the account you want to check. If no username is provided, the command will check the game of the current channel. + +#### Example Input + +``` +${game} +``` + +#### Example Output + +``` +Valorant +```