import React from 'react'; export default class Variables extends React.Component { render() { return (
{'{user}'}
- The user calling the command. Eg: Hello {'{user}'}!
{'{server}'}
- The server name{'{channel}'}
- The channel name{'{@user}'}
- Mention a user by their username (not nickname), replace user
with username. Eg: {'{@Nooblance}'}
{'{&role}'}
- Mention a role by name, replace role
with the role name. Eg: {'{&Gamers}'}, We're streaming now!
{'{#channel}'}
- A channel link, replace channel
with the name of the channel you want to link. Eg: Use {'{#testing}'} for all bot testing.
{'{everyone}'}
- {'@everyone'}{'{here}'}
- {'@here'}