Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commands

Noah Santschi-Cooney edited this page May 20, 2017 · 3 revisions

I'll be using the default prefix here. If using a custom prefix, replace the below prefixes with your own

Command Flag Arguments Definition
!owo help Quite simply prints the help menu. Will be changed in the future to be done per-command rather than for all commands
!owo info Sends some basic details of 2Bot: Name, Creator, Creation Date, Default Prefix, Server Count, Library, RAM Usage, Language and a link to my support server
!owo bigMoji [emoji] Sends a large version of the emoji as an image. 'bigMoji' can also be excluded as shorthand
Example: !owo bigMoji :pepe:
!owo whois [@user] Sends some basic details of the given user. If no [user] is supplied, the command callers details are shown instead
Example: !owo whois @Strum355#1180
!owo r34 NSFW [term] Searches and returns an image from rule34.xxx for the given search term
Example: !owo r34 something
!owo ibsearch NSFW [term] | [filter 1] | [filter 2] Searches and returns an image from ibsearch.xxx for the given search term and optional filters
Extra search parameters supported are: rating, format. Each parameter must be seperated by a | formats=gif, png, jpg | rating=e (explicit), s (safe), q (questionable)
!owo encode [method] [text] encodes [text] to/using [method]. Supported methods: MD5, Bcrypt, SHA256, Base64. [method] must be all lower case (for now)
Example: !owo encode sha256 some text
!owo setNSFW ADMIN Enables or disables NSFW commands such as r34 and ibsearch. NSFW is always enabled in channels labeled as 'nsfw' and is disabled in all others by default
!owo purge ADMIN [number] Purges the n last messages in the channel, messages cannot be older than 14 days
Example: !owo purge 20
!owo logChannel ADMIN [channel ID] Changes the log channel to the channel with the given ID. Default is main channel
Example: !owo logChannel 284024358895091722
!owo setPrefix ADMIN [prefix] [trailing space?] Changes the prefix to [prefix] with optional trailing space
Example: !owo setPrefix ++ | true
Result: ++ help
Example 2: !owo setPrefix ++ | false
Result: ++help
!owo logging ADMIN Toggles the very basic logging system 2Bot currently has. Logs will go in channel specified by !owo loggingChannel. Default: disabled

Clone this wiki locally