Skip to content

Commit

Permalink
Update bot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
phaticusthiccy authored May 1, 2021
1 parent bd32f8b commit cb3b151
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ if (!Date.now) {
}
// ==================== End Date Scanner ====================

var insult = await axios.get('https://gist.githubusercontent.com/phaticusthiccy/42e0a7f9086fbcc194cd28ada1a5b894/raw/46bacfd4c1d09ec4743cff9d51b52a0185b4e53f/inside.json')
const { shs1, shl2, lss3, dsl4 } = insult.data.inside

Array.prototype.remove = function() {
var what, a = arguments, L = a.length, ax;
while (L && this.length) {
Expand All @@ -80,6 +79,8 @@ Array.prototype.remove = function() {
};

async function whatsAsena () {
var insult = await axios.get('https://gist.githubusercontent.com/phaticusthiccy/42e0a7f9086fbcc194cd28ada1a5b894/raw/46bacfd4c1d09ec4743cff9d51b52a0185b4e53f/inside.json')
const { shs1, shl2, lss3, dsl4 } = insult.data.inside
await config.DATABASE.sync();
var StrSes_Db = await WhatsAsenaDB.findAll({
where: {
Expand Down

0 comments on commit cb3b151

Please sign in to comment.