discord linux_最好的Discord机器人来启动服务器

discord linux

discord linux

Discord has an extensive API and good support for bots on their platform. Because of this, there are tons of bots to go around. However, many of them just copy one another’s functionality. We’ve picked out the ones that do it right, and compiled them here.

Discord在其平台上具有广泛的API和对机器人的良好支持。 因此,有很多机器人可以走动。 但是,其中许多只是复制彼此的功能。 我们选择了正确的方法,并在此处进行了编译。

审核机器人 (Moderation Bots)

Moderation bots aim to help make managing your community a little bit easier, often automating tasks like banning problem users, filtering spam and explicit content, and enforcing your rules.

审核机器人旨在帮助您简化社区管理,经常自动执行诸如禁止问题用户,过滤垃圾邮件和露骨内容以及执行规则之类的任务。

MEE6 (MEE6)

MEE6 does a lot of things besides just moderation, but it has a very useful automatic spam filter and automoderator. You can enable this in the “Moderators” section of their online dashboard, where you can turn off things such as annoying caps and emoji spam, links to other servers, external links, and mass mentions.

MEE6除了进行审核外还可以做很多事情,但是它具有非常有用的自动垃圾邮件过滤器和自动审核器。 您可以在其在线仪表板的“主持人”部分中启用此功能,在此处可以关闭诸如烦人的大写字母和表情符号垃圾邮件,指向其他服务器的链接,外部链接以及群发信息之类的内容。

With no commands to configure and an intuitive web interface, MEE6 is one of the best moderation bots on the list.

无需配置命令和直观的Web界面,MEE6是列表中最好的审核机器人之一。

戴诺 (Dyno)

Dyno packs a ton of commands into one bot, such as the ability to mute, kick, and ban users from the chat itself. One useful feature is the “softban,” which will ban and then unban a user to delete all their messages.

Dyno将大量命令打包到一个机器人中,例如使用户能够静音,踢人和禁止其聊天的功能。 一个有用的功能是“ softban”,它将禁止然后取消禁止用户删除其所有邮件。

盖乌斯 (Gaius)

Gaius is a little more complicated than some other bots on this list but is pretty powerful for it. One useful feature is server-wide slowmode, which is similar to Twitch’s slowmode. You can also create custom filters for the automoderator, and it has its own role system on top of Discord’s.

Gaius比此列表中的其他一些机器人稍微复杂一点,但功能强大。 一个有用的功能是服务器范围的慢速模式,它类似于Twitch的慢速模式。 您还可以为自动主持人创建自定义过滤器,它在Discord的基础上具有自己的角色系统。

整合方式 (Integrations)

Integrations link with external services and connect them to your server. Here are our favorites.

集成与外部服务链接,并将它们连接到您的服务器。 这是我们的最爱。

抽搐 (Twitch)

TwitchBot is a fully featured Twitch integration bot. It lets you set notifications for streamers, browse twitch and view stats, and even listen to streams in Discord voice chat.

TwitchBot是功能齐全的Twitch集成机器人。 它使您可以设置彩带的通知,浏览抽搐并查看统计信息,甚至可以收听Discord语音聊天中的流。

勋章 (Medal)

MedalBot offers integration with medal.tv, a game clip sharing site. You can use the bot to send your clips to Discord automatically.

MedalBot提供了与游戏剪辑共享网站Medal.tv的集成。 您可以使用漫游器自动将剪辑发送到Discord。

Patreon (Patreon)

Patreon has their own bot that automatically gives out roles to your patrons. You can add it from your settings on the site by clicking “Connect to Discord.”

Patreon拥有自己的机器人,该机器人会自动将角色分配给您的顾客。 您可以通过单击“连接到Discord”在站点上的设置中添加它。

实用程序机器人 (Utility Bots)

Utility bots don’t fit into the other categories but are useful in their own right.

实用程序bot不属于其他类别,但其自身有用。

均衡器 (Equalizer)

With 260+ commands, Equalizer can do quite a bit—server configuration, image effects, temporary voice channels, even sending you random memes. It’s also got an option to add custom commands to expand its feature set.

使用260多个命令,均衡器可以完成很多工作-服务器配置,图像效果,临时语音通道,甚至向您发送随机模因。 它还提供了添加自定义命令以扩展其功能集的选项。

译者 (Translator)

Translator is a useful bot for multilingual Discords. It uses the Google Translate API to allow you to communicate with everyone. You can even set it to automatically translate a user’s messages, though to reply you’ll have to translate manually again.

转换器是多语言不和谐的有用机器人。 它使用Google Translate API允许您与所有人进行交流。 您甚至可以将其设置为自动翻译用户的消息,尽管要回复,则必须再次手动翻译。

捐赠宝 (DonateBot)

DonateBot is pretty simple: it lets people pay for roles in Discord, directly into your PayPal account. It’s great for one time payments for which Patreon wouldn’t be ideal.

DonateBot非常简单:它使人们可以直接在您的PayPal帐户中为Discord中的角色付款。 一次性付款很棒,Patreon并不理想。

翻译自: https://www.howtogeek.com/364223/the-best-discord-bots-to-power-up-your-server/

discord linux

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279154.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

java获取前端json数据_java如何获取前端ajax传来的json对象

假设使用 jQuery 中的 ajax1. Json 对象前端代码示例$.ajax({url : http://localhost:8888/demo,type: post,data: {userName:15488779956}success: function(data) {// TODO}})后台代码示例RestControllerpublic class Demo {/*** 方法 1 使用 HttpServletRequest 接收* */Req…

版本控制介绍以及常用的版本控制工具

版本控制是指对软件开发过程中各种程序代码、配置文件及说明文档等文件变更的管理,是软件配置管理的核心思想之一。 编写一个成熟可用的程序是一个工作量很大的工程,并非我们一次性就可以搞定的工作,所以在开发过程当中需要: 1、 …

2019年4月第四周_2012年4月最佳怪胎文章

2019年4月第四周This past month we covered topics such as how to use a 64-bit web browser on Windows, the best tips and tweaks for getting the most out of Firefox, how to check out library books on your Kindle for free, and more. Join us as we look back at …

matlab循环遍历数组_Matlab - 访问for循环中最大值的索引,并使用它从数组中删除值...

我想递归地找到一系列矩阵中的最大值(第8列,具体),然后使用该最大值的索引来设置数组中的所有值,索引最大为NaN的最大索引(对于列14:16) . 很容易找到最大值和索引,但是使用for循环为多个数组做这件事我很难过 .如果没有for循环&a…

【资料整理】编译安装nginx

【nginx】编译安装nginx 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311…

游荡的奶牛

沙雕题目 读错题了,不想多说 转载于:https://www.cnblogs.com/bullshit/p/9811058.html

物体成瘾性_科技成瘾使我们不那么快乐。 那是一个市场机会。

物体成瘾性Compulsively checking social networks makes us less happy. I think we all understand this intuitively, the same way we understand that working out more and eating better is a good idea. 强迫检查社交网络使我们不那么开心。 我认为我们所有人都可以凭直…

mysql 不要统计null_浅谈为什么Mysql数据库尽量避免NULL

在Mysql中很多表都包含可为NULL(空值)的列,即使应用程序并不需要保存NULL也是如此,这是因为可为NULL是列的默认属性。但我们常在一些Mysql性能优化的书或者一些博客中看到观点:在数据列中,尽量不要用NULL 值,使用0&…

Swing学习1——总体概述

以下来自于JDK1.6 一、Swing学习我划分为两个方面: 一方面Swing的界面设计部分,包括相关组件类的继承关系,组件的功能用途,布局管理; 1.首先继承关系上自上而下为 java.lang.Object java.awt.Component java.awt.Conta…

装饰设计模式和例题

文件复制程序: 将一个文件复制一份出来,实现方法很简单,使用FileInputStream读取文件内容,然后使用FileOutputStream写入另一个文件,利用read方法的返回值作为while循环的条件,进行一边读一边写。 代码示例…

mysql操作手册我_MySQL使用指南一

我将MySQL常用指令整理出来分享给大家。1. 列出所有数据库mysql> show databases;2. 创建数据库mysql> create databases MyStorage;3. 打开数据库mysql> use MyStorage;4. 创建表mysql> create table Storage-> (-> id int,-> name varchar(50),-> pr…

谷歌地图将很快显示电动汽车充电站

If you’re out on the road in the future and find your electric vehicle is in dire need of a charge, you’ll soon be able to look to Google Maps for help finding a charging station. 如果您将来出门在外,并且发现您的电动汽车急需充电,那么…

JS4

1. js的本质就是处理数据。数据来自于后台的数据库。 所以变量就起到一个临时存储数据的作用。 ECMAScript制定了js的数据类型。 数据类型有哪些? 字符串 String数字 Number布尔 BooleanNull 空Undefined Object 对象Array 数组 json function …

ovirt官方安装文档 第三章

第3章:安装oVirt 安装oVirt引擎包 在您可以配置和使用oVirt引擎之前,您必须安装 rhevm 包和依赖关系。 安装oVirt引擎包 在开始安装oVirt之前,添加官方仓库: # yum install http://resources.ovirt.org/pub/yum-repo/ovirt-releas…

mysql获取查询策略语句_MySQL数据库查询性能优化策略

优化查询使用Explain语句分析查询语句Explain 用来分析 SELECT 查询语句,开发人员可以通过分析 Explain 结果来优化查询语句。通过对查询语句的分析,可以了解查询语句的执行情况,找出查询语句执行的瓶颈,从而优化查询语句.使用索引查询MySql中提高性能的一个最有效的…

松弛变量可以为负吗_如何为松弛安装(非官方)暗模式

松弛变量可以为负吗Slack still doesn’t have a dark mode. They have dark themes, but those only let you customize the sidebar colors, leaving the main window white. With the release of system-wide dark modes on macOS Mojave and Windows 10, Slack feels very …

如何使用系统自带的日志转储功能logroate.存放应用日志

Linux日志服务介绍 1. 在Linux系统,大部分日志都是由syslog日志服务驱动和管理的 syslog服务由两个重要的配置文件控制管理,分别是/etc/syslog.conf主配置文件和/etc/sysconfig/syslog辅助 配置文件, /etc/init.d/syslog是启动脚本…

shell 多行注释

:<<BLOCK 中间为要注释的内容 BLOCK转载于:https://www.cnblogs.com/S--S/p/9817660.html

natcat for mysql_用Navicat for mysql连接mysql报错1251-解决办法

TP框架连接mongodb报错及解决办法mongodb版本3.4.7 1.认证错误:Failed to connect to: localhost:27017: Authentication failed on database test ...Loadrunner参数化连接oracle、mysql数据源报错及解决办法Loadrunner参数化连接oracle.mysql数据源报错及解决办法 (本人系统是…

如何在Mac上设置FaceTime

FaceTime is Apple’s built-in video and audio calling app. It pairs with your iPhone and allows you to make phone calls on macOS. FaceTime是Apple的内置视频和音频通话应用程序。 它可以与iPhone配对使用&#xff0c;并允许您在macOS上拨打电话。 You don’t need an…