Wiki Module

class Wiki(*args: Any, **kwargs: Any)

Module to handle Fandom Wiki requests.

Attention

All commands assume minimum bot permissions: View Channel, Send Messages.

async wiki(ctx, *, query)

Returns the LoveLive! Wiki page requested.

Initially attempts the direct URL of the page, if the URL does not exist, it will do a general search for the page.

Syntax:

!!wiki <query>

Example:

!!wiki Kotori
!!wiki Aqours
Returns:

Sends an embedded message with the LoveLive! Wiki page summary and image if available.

Return type:

discord.Embed