Kaynağa Gözat

hopefully fixing RcGcDb

Markus-Rost 4 yıl önce
ebeveyn
işleme
25c0b272a4
3 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 1 1
      README.md
  2. 1 1
      RcGcDb
  3. 1 0
      cmds/eval.js

+ 1 - 1
README.md

@@ -47,7 +47,7 @@ For a full list with all commands use `!wiki help`
 | `!wiki help admin` | **Wiki-Bot** will list all administrator commands. |
 | `!wiki test` | If **Wiki-Bot** is active, he will answer! Otherwise not. |
 
-If you got an unwanted response, you can react with 🗑️ to his message and **Wiki-Bot** will delete it.
+If you got an unwanted response, you can react with 🗑️ (`:wastebasket:`) to his message and **Wiki-Bot** will delete it.
 
 ### Admin
 For a full list with all administrator commands use `!wiki help admin`

+ 1 - 1
RcGcDb

@@ -1 +1 @@
-Subproject commit 665a07317764200b4d80f51b9ba6fc8bb0a43d67
+Subproject commit 8a9f3bb0d231f110fba5c70a6af4fc6df40a7ecd

+ 1 - 0
cmds/eval.js

@@ -3,6 +3,7 @@ util.inspect.defaultOptions = {compact:false,breakLength:Infinity};
 
 const Discord = require('discord.js');
 const {limit: {verification: verificationLimit, rcgcdw: rcgcdwLimit}} = require('../util/default.json');
+const newMessage = require('../util/newMessage.js');
 var db = require('../util/database.js');
 
 /**