-
Notifications
You must be signed in to change notification settings - Fork 55
Emojis
This page should provide some information about the custom emoji feature.
Note: this guide assumes that you're using the prefix self.
Custom emojis are snippets of text (such as unicode, urls, etc) that can be saved to a smaller alias. For example, you can create a custom emoji so that whenever you type :lenny:
the selfbot will automatically edit a ( ͡° ͜ʖ ͡°)
into the message.
You can create a custom emoji with the set
command. For example, self.set lenny ( ͡° ͜ʖ ͡°)
would create the custom emoji called 'lenny' that would get edited in whenever you type :lenny:
To view your custom emojis, type self.list
. To use an emoji, just type the name of the emoji in colons. This will cause this:
To automatically be edited into this:
To edit a custom emoji, just use the set
command to set it to something else. To delete a custom emoji, use the self.delete
command (ex: self.delete lenny
)