Skip to content

Instantly share code, notes, and snippets.

@DiscordLinuxBot
DiscordLinuxBot / mageia.bbtag
Created January 13, 2021 05:56
mageia.bbtag
{embed;{embedbuild;
author.name:Mageia;
author.icon_url:https://i.imgur.com/dlIukYU.png;
author.url:https://www.mageia.org/;
color:262F45;
description:Mageia is an independent Linux Distribution that was forked from [Mandriva Linux](https://en.wikipedia.org/wiki/Mandriva_Linux). It uses the [RPM package format](https://en.wikipedia.org/wiki/RPM_Package_Manager) with [urpmi](https://en.wikipedia.org/wiki/Urpmi) as its package manager. Mageia allows you to pick which Desktop Environment or Window Manager you would like to use during the install process.
**[Screenshot of Mageia](https://i.imgur.com/FhNpQkQ.jpg)**;
fields.name:<:SeemsGood:478441196755091461> Advantages of Mageia;
fields.value:• Installer allows choice of Desktop Environment or Window Manager to be used.
• Installer has option to setup drivers for things such as GPUs.
@DiscordLinuxBot
DiscordLinuxBot / paiza.bbtag
Last active January 10, 2021 02:58
paiza.bbtag
{replace;{clean;
{switch;{commandname};
["help","_autoresponse_0","_autoresponse_1"];
{set;!~commandname;paiza};
{set;!~commandname;{commandname}}}
{switch;{lower;{args}};
["","help"];
{embed;{embedbuild;
title:Help for {get;~commandname};
color:yellow;
@DiscordLinuxBot
DiscordLinuxBot / beginners.bbtag
Last active January 10, 2021 02:57
beginners.bbtag
{embed;{embedbuild;
color:{get;*blurple};
author.name:Recommended Beginner Friendly Distributions;
author.icon_url:https://cdn.discordapp.com/emojis/478441196755091461.png?v=1;
description:<:kubuntu:718609981363978302> **Kubuntu**
See `sudo info kubuntu` in <#174317464337776640>.
<:xubuntu:603065618438029372> **Xubuntu**
See `sudo info xubuntu` in <#174317464337776640>.
{embed;{embedbuild;
author.name:Kubuntu;
author.icon_url:https://upload.wikimedia.org/wikipedia/commons/thumb/1/1f/Kubuntu_logo.svg/1200px-Kubuntu_logo.svg.png;
author.url:https://kubuntu.org;
color:{exec;distrocolors;kubuntu};
footer.text:See 'sudo info ubuntu' for more information about Ubuntu.;
footer.icon_url:https://cdn.discordapp.com/emojis/230469242183483392.png?v=1;
description:Kubuntu is an [official Ubuntu flavor](https://ubuntu.com/download/flavours) that uses the [Plasma Desktop Environment](https://en.wikipedia.org/wiki/KDE_Plasma_5). Because it uses Plasma, it is the most customizable Ubuntu flavor. As is the case with all [official Ubuntu flavors](https://ubuntu.com/download/flavours), Kubuntu has access to all of the packages in Ubuntu's repositories and can use PPAs created for Ubuntu.
**[Screenshots of Kubuntu](https://kubuntu.org/feature-tour/)**;
fields.name:<:SeemsGood:478441196755091461> Advantages of Kubuntu;
{void;{send;483501190165037056;;{embedbuild;
title:Welcome to {guildname}!;
color:6f86d8;
fields.name:{zws}{newline}__**Glory to the Tux**__;
fields.value:• Before you begin chatting away, there are a few rules that you should familiarize yourself with. Please note that these rules do not cover everything, and punishment given for reasons not listed is subjectable to staff's discretion.
• If there are ever any issues with staff members, be sure to direct any and all complaints to <:sans:491373121711112193> sans with a detailed description of the complaint.{newline}{zws};
fields.name:__**General Rules**__;
fields.value:**#1 - Be respectful**
• Includes personal insults, demeaning behavior, and inflammatory language.
• Know when a debate has turned into an argument.
{if;{flag;_};==;;
{throw;You have to tell me who to unban!}
{return}}
{//;Set the user.}
{suppresslookup}
{set;~user;{userid;{flag;_}}}
{if;{get;~user};==;;{usermention}, please provide a valid user!{return}}
{//;Warning the user.}
{if;{flagset;r};
{set;~reason;{flag;r}{zws} {zws}};
{function;help;__**Usage**__: `{exec;commandname;ban} <user> [days] [flags]`
Bans a user, where `days` is the number of days to delete messages for (defaults to 1).
Sends a DM to the user explaining why they were banned and who banned them.
If mod-logging is enabled, the ban will be logged unless the `-q` flag is set.
**Available flags**
```
-r The reason for the ban.
-t If provided, the user will be unbanned after the period of time.
-q If provided, no modlog will be created. Useful for banning bots.
{function;help;__**Usage**__: `{prefix} kick <user> [flags]`
Kicks a user. Sends a DM to the user explaining why they were kicked and who kicked them. If mod-logging is enabled, the kick will be logged.
**Available flags**
`-r` - The reason for the kick.
`-t` - If provided, the user will be unbanned after the period of time.
}
{if;{flagset;H};{func.help}{return}}
{set;~user;{userid;{args;0}}}
{if;{userid;{get;~user};quiet};==;;
{throw;No user found}{return}}
@DiscordLinuxBot
DiscordLinuxBot / mute.bbtag
Last active April 10, 2021 22:56
mute.bbtag
{exec;libmod.t}
{if;{flag;_};==;{null};
{exec;Err;You have to tell me who to mute!}
{return}}
{//;Set the user.}
{suppresslookup}
{set;~user;{userid;{flag;_}}}
{if;{get;~user};==;{null};
{exec;Err;'{flag;_}' is not a valid Discord user.}
{return}}
@DiscordLinuxBot
DiscordLinuxBot / unmute.bbtag
Last active April 10, 2021 22:58
unmute.bbtag
{exec;libmod.t}
{if;{flag;_};==;{null};
{exec;Err;You have to tell me who to unmute!}
{return}}
{//;Set the user.}
{suppresslookup}
{set;~user;{userid;{flag;_}}}
{if;{get;~user};==;{null};
{exec;Err;'{flag;_}' is not a valid Discord user.}
{return}}