elliebeta-docs/site/search/search_index.json

1 line
21 KiB
JSON
Raw Permalink Normal View History

2023-11-06 04:17:41 -08:00
{"config":{"lang":["en"],"separator":"[\\s\\-,:!=\\[\\]()\"/]+|(?!\\b)(?=[A-Z][a-z])|\\.(?!\\d)|&[lg]t;","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Elliebot Documentation","text":"<p>This site will now be hosting user guides for EllieBot v3</p> <p> Add Ellie to your server View commands</p> <p> Ellie's website Blog</p>"},{"location":"coming_soon/","title":"Coming soon","text":""},{"location":"coming_soon/#this-section-of-the-documentation-is-coming-soon","title":"This section of the documentation is coming soon!","text":""},{"location":"contributing/","title":"Hey there!","text":"<p>If you are on this page that means you either want to help us or you are just curious about our project our contribution steps for the Ellie bot project are below</p>"},{"location":"contributing/#contribution-steps","title":"Contribution steps","text":"<pre><code>1.Fork the repository\n2.Clone your fork: git clone https://github.com/your-username/Ellie-bot.git\n3.Create your feature branch: git checkout -b my-new-feature\n4.Commit your changes: git commit -am 'Add some feature'\n5.Push to the branch: git push origin my-new-feature\n6.Submit a pull request\n</code></pre> <p>All contributions are welcome!</p> <p>Thanks in advance</p>"},{"location":"credits/","title":"Credits","text":""},{"location":"credits/#we-would-like-to-thank-these-people-for-the-projects-that-powers-this-documentation","title":"We would like to thank these people for the projects that powers this documentation","text":"<p>MkDocs for creating mkdocs cause without them this documentation would not be possible</p> <p>squidfunk for creating mkdocs-material the theme that this site uses</p>"},{"location":"Giveaway-Child/Commands/","title":"Commands","text":"<p>Note</p> <p>This page here is scheduled for an update.</p>"},{"location":"Giveaway-Child/Commands/#giveaway-commands","title":"Giveaway Commands","text":"<ol> <li>/start [channel-name] [Time] [winners] [Prize]</li> <li>/reroll [giveawayid]</li> <li>/end [prize name]</li> </ol>"},{"location":"Giveaway-Child/Commands/#examples","title":"Examples","text":"<ol> <li>/start #giveaway 5m 1 Testing</li> <li>/end Testing</li> <li>/reroll Testing</li> </ol>"},{"location":"SupportChild/Commands/","title":"Commands","text":"Command Description <code>/add &lt;user&gt;</code> Add users to the ticket. <code>/addcategory &lt;title&gt; &lt;category&gt;</code> Adds a category for users to open tickets in. The title is what will be used on buttons and in selection menus. <code>/addmessage &lt;identifier&gt; &lt;message&gt;</code> Adds a new message for the <code>say</code> command. The identifier is one word used in the say command and the message is what the bot prints. <code>/addstaff &lt;user&gt;</code> Registers a user as a staff member for ticket assignment. <code>/assign (user)</code> Assigns a ticket to a staff member, themself if no mention or id is provided. <code>/blacklist &lt;user&gt;</code> Blacklists users from opening tickets. <code>/close</code> Closes a ticket channel and posts a ticket transcript in the log channel. <code>/createbuttonpanel</code> Creates a panel of buttons for users to open tickets with, one for each saved category. <code>/createselectionbox (message)</code> Creates a selection menu for users to open tickets with. Message is the placeholder shown on the selection menu before anything is selected. <code>/list (user)</code> Lists a user's open and closed tickets. <code>/listassigned (user)</code> Lists all of a staff member's assigned tickets. <code>/listopen</code> Lists a number of the oldest still open tickets, default is 20. <code>/listunassigned</code> Lists all unassigned tickets. <code>/move &lt;category&gt;</code> Moves a ticket to a specific category by partial name. <code>/new</code> Opens a new ticket channel. <code>/rassign (role)</code> Randomly assigns a ticket to an active staff member. If a role is provided only staff member with that role are considered. <code>/removecategory &lt;category&gt;</code> Removes a category from the bot. <code>/removemessage &lt;identifier