> For the complete documentation index, see [llms.txt](https://lxibot.gitbook.io/lxibot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lxibot.gitbook.io/lxibot/master.md).

# Help Page

## <img src="/files/-LKgV0wbN28ExOB8StQo" alt="" data-size="line"> Commands

{% tabs %}
{% tab title="Moderation" %}

```
l+ban <@user> (reason)                 [Bans a user from the guild.]
l+kick <@user> (reason)                [Kicks a user from the guild.]
l+warn <@user> <reason>                [Warns a user in the guild.]
l+cmute <@user> <reason>               [Mutes a user in the channel]
l+cunmute <@user> <reason>             [Unmutes a user in the channel]
l+snipe <@user>     [Will display any info required to moderate a user.]
l+report <@user> <reason> [Will report a user, does not require special permissions.]
l+voicecheck <@user>      [Gets stats from a user in a voicechat]


```

{% endtab %}

{% tab title="Fun" %}

```
l+meme               [Shows a dank meme]
l+rps                [Rock Paper Scissors with the bot]
l+fight <user>       [Fights a user]
l+anime              [Shows some anime, do you play Osu?]
l+quiz               [The bot will ask to you a random quiz]
l+flipthecoin        [Flips a coin]
l+8ball <question>   [Asks to LxiBot a question]
l+pickaletter        [Picks a random letter]
l+bunny              [Jump!]
l+coffee             [Here's you some coffee!]
l+dadjoke            [Haha!       (lennyface) This can't get here]
l+ratewaifu <@mention> [Waifu friends!]
l+hangman            [Play hangman!]
```

{% endtab %}

{% tab title="Utility" %}

```
l+botinfo                           [Shows the informations of LxiBot]
l+userinfo                          [Shows your informations]
l+serverinfo                        [Shows the informations of the Guild]
l+roleinfo <full name>  [Shows informations of a specified role.]
l+ascii <txt>                       [Makes your text into an ascii art]
l+time                              [Shows the time]
l+clear <amount>                    [Clears/BulkDeletes an amount of messages]
l+flipword <txt>                     [Flips the text]
l+invitestats                       [The table of the inviters and users]
l+poll <txt>                        [Makes a poll of your ideas]
l+canvas <px>            [Paints in Discord, Awesome!]
l+spotify <@mention>     [Get infos for a Track that was listening a User, Awesome?]
l+emoteinfo <emote id>   [Shows the informations of a specified emote]
l+remindme <time> "<msg>"  [Reminds you and sends a message]
```

{% endtab %}

{% tab title="Web Utility" %}

```
l+urban <word>           [Searches on Urban Dictionary for words]
l+hastebin <txt>         [Sends the test to hastebin for developers]
l+pwnedemail <mail>      [Checks if any website has your email]
l+npm <name>             [Searches on npmjs.com for packages]
l+stget <SpeedTest ID>   [Gets the results from a Speedtest.net test]
l+weather <city>         [Searches meteo for you]
l+mbl <bot/user> <id>        [Shows the informations of a bot using mythicalbotlist]
l+ds   < bot id >        [Shows the informations of a bot using discord.services]
l+bs   < bot id >        [Shows the informations of a bot using botlist.space]
```

{% endtab %}

{% tab title="Game Tracking" %}

```
l+fortnite <name>        [Displays Fortnite 7Days Player stats]
l+mcserver <ip> (port)  [Displays stats about a Minecraft Server]
l+mcoldnames <current mc name> [Displays the old names a minecraft player had]
l+hypixel <bedwars> <username on minecraft> [Displays stats for hypixel]
l+mcplayer <name>  [Gets stats of the player in minecraft]
l+csgo <custom url\steamid64> [Displays stats for csgo]
l+osu <player>          [Osu Normal Stats for a player]
```

{% endtab %}

{% tab title="Music (Beta)" %}

```
l!play <name>                     [Searches a song from youtube with a name]
l!resume                          [Resumes the song]
l!skip                            [Skips the current song]
l!stop                            [Force Music Shutdown]
l!pause                           [Pauses the song]
l!queue                           [Shows the queue]
l!np                              [Shows the current song]




```

{% endtab %}

{% tab title="Global Chat (Beta)" %}

```
l+global <message>   [Sends a message to other servers]

[Follow the "How to setup channels for LxiBot" to find out how to setup
this command.]




```

{% endtab %}

{% tab title="Image Manupulation" %}

```aspnet
l+deepfry (@user) [Deepfryes a user's profile picture.]
l+implode (@user) [Implodes a user's profile picture.]
l+explode (@user) [Explodes a user's profile picture.]
l+mirror (@user)  [Edits a user's profile picture.]
l+invert (@user)  [Inverts a user's profile picture.]
l+wall   (@user)  [Walls a user's profile picture.]
l+achievement <text> [Makes a minecraft achievement with the text you want.]
l+circle (@user) [Adds a circle particle on a user's profile picture.]
l+magik (@user)  [Edits in different ways a user's profile picture.]
l+illegal <text> [Edits a "trump makes illegal meme", only 3 characters]
l+canvas <pixels>[Makes a canvas where you can draw]
l+qrcode <message or text> [Creates a qrcode with your text input]
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
<> Non-Optional | () Optional | \[ ] Description of the Command
{% endhint %}

To go back to the lxibot website, [go here](http://lxibotwebsite.tk)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lxibot.gitbook.io/lxibot/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
