@model Project_Unite.Models.Quote @{ ViewBag.Title = "Quotes"; }

Quotes

Welcome to the ShiftOS Quotes Database! This page allows you to submit a quote to our Discord bot.

@if (User.Identity.IsModerator()) {

Click here to review all quotes.

}

Submit a quote

@using (Html.BeginForm()) { @Html.AntiForgeryToken()
@Html.ValidationSummary()
Quote Author
@Html.TextBoxFor(Model=>Model.AuthorId, new{@class="form-control"})
Quote Author Image URL (requires http:// or https://)
@Html.TextBoxFor(Model => Model.AuthorAvatar, new { @class = "form-control" })
Year
@Html.TextBoxFor(Model=>Model.Year, new { @type = "number", @class = "form-control" })
Quote body
@Html.TextAreaFor(Model => Model.Body, new { @class = "form-control" })
}

How to use the quote bot in Discord:

@Html.Markdown(@"To use the quote bot in our Discord server, simply join `#bot`, then type in `!quoteoftheday` and send it as a message and the moderator bot will show you the quote of the day. To force a new quote of the day, simply type `!forcequote`. This pulls a random quote from the database, and will keep the quote for 24 hours.")

Bot rules

Here is a quick reminder of the rules regarding both spam and bot usage inside our Discord server.

Section 2: Spam
2A. Rapid-fire of messages whether they be different, similar, long or short, is not permitted, and the bot will shun you if you continue.
2B. Disrupting an on-going conversation is not genuinely appreciated. Please move to a different channel, preferrably #off-topic.
2C. Emoji and reaction spam is not appreciated.
2D. Mention-spamming staff and dev roles is not appreciated.
Section 4: Bots
4A. Selfbots must follow the Discord TOS, or we will boot you off the server.
4B. Use of bots must be done in #bot.
4C. If you want your bot on the server, please contact me.
4D. We reserve the right to boot your bot off the server if it breaks any server rules.