- apache2 / enginx
- php >= v7.2
- php7.2-common
- php7.2-curl
- php7.2-json
- php7.2-mbstring
- php7.2-zip
- composer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": 200, | |
"data": { | |
"id": "18e174ef078f42758dcd51d495d1096b", | |
"name": "Watermelon", | |
"username": "Senither", | |
"last_save_at": { | |
"time": 1620684302314, | |
"date": "2021-05-10T22:05:02.314Z" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": 200, | |
"data": [ | |
{ | |
"id": "18e174ef078f42758dcd51d495d1096b", | |
"name": "Watermelon", | |
"username": "Senither", | |
"last_save_at": { | |
"time": 1620684302314, | |
"date": "2021-05-10T22:05:02.314Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.avairebot.middleware; | |
import com.avairebot.AvaIre; | |
import com.avairebot.commands.CommandContainer; | |
import com.avairebot.contracts.commands.Command; | |
import com.avairebot.contracts.middleware.Middleware; | |
import com.avairebot.handlers.DatabaseEventHolder; | |
import com.avairebot.middleware.global.IncrementMetricsForCommand; | |
import com.avairebot.middleware.global.IsCategoryEnabled; | |
import com.avairebot.middleware.global.ProcessCommand; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* $Id: xbMarquee.js,v 1.21 2003/09/14 21:22:26 bc Exp $ | |
* | |
*/ | |
/* ***** BEGIN LICENSE BLOCK ***** | |
* The contents of this file are subject to the Mozilla Public License Version | |
* 1.1 (the "License"); you may not use this file except in compliance with | |
* the License. You may obtain a copy of the License at | |
* http://www.mozilla.org/MPL/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP avaire_guilds_total Total number of guilds the bot is in | |
# TYPE avaire_guilds_total gauge | |
avaire_guilds_total 6655.0 | |
# HELP lavalink_players_current Amount of players | |
# TYPE lavalink_players_current gauge | |
lavalink_players_current{node="local",} 26.0 | |
# HELP lavalink_playing_players_current Amount of playing players | |
# TYPE lavalink_playing_players_current gauge | |
lavalink_playing_players_current{node="local",} 23.0 | |
# HELP lavalink_uptime_seconds Uptime of the node |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('layouts.yggdrasil') | |
@section('page-title', 'Edit Page: ' . $page->name) | |
@section('title', 'Edit page: ' . $page->name) | |
@section('breadcrumbs') | |
<li><a href="{{ route('admin.home') }}">Home</a></li> | |
<li><a href="{{ route('admin.pages.index') }}">Pages</a></li> | |
<li><a href="#">Display Pages</a></li> | |
<li class="active">{{ $page->name }}</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.avairebot.commands.system; | |
import com.avairebot.AvaIre; | |
import com.avairebot.commands.CommandMessage; | |
import com.avairebot.contracts.commands.SystemCommand; | |
import net.dv8tion.jda.core.entities.Guild; | |
import java.util.Arrays; | |
import java.util.Collections; | |
import java.util.List; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return | |
# don't put duplicate lines in the history. See bash(1) for more options | |
# ... or force ignoredups and ignorespace | |
HISTCONTROL=ignoredups:ignorespace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return | |
# don't put duplicate lines in the history. See bash(1) for more options | |
# ... or force ignoredups and ignorespace | |
HISTCONTROL=ignoredups:ignorespace |
NewerOlder