Chrissy8283 (aka Tomato6966)

Results 20 issues of Chrissy8283 (aka Tomato6966)

What I did? 1. install postresql 14 from the build 2. tried to do: ``` # Add Citus repository for package manager curl https://install.citusdata.com/community/deb.sh | sudo bash # install the...

So i did that for bonusEntries and exemptMembers with the new Function syntax ``` new Function('member', `return member.roles.cache.some((r) => r.id === \'${bonusentriesdata.mentions.roles.first().id}\') ? Math.floor(Number(\'${bonusentriesdata.content.split(" ")[1]}\')) ? Math.floor(Number(\'${bonusentriesdata.content.split(" ")[1]}\')) : 1...

question

My code is: ```js const { GiveawaysManager } = require('discord-giveaways'); const CustomGiveawayManager = class extends GiveawaysManager { async getAllGiveaways() { console.log("getAllGiveaways".bgGreen) return await client.giveawayDB.all(true); } async saveGiveaway(messageId, giveawayData) { await...

bug

Just catch out all promises in the next version please! channel.send().catch(() => {}) members.fetch().catch(() => {}); Etc.

enhancement

I think my problem is that the CLIENT is not READY yet / a Shard disconnected (internal Shard) an easy fix, should in theory be adding a `if(client.isReady())` function to...

enhancement

Lavalink supports: ytsearch ytmsearch scsearch ytmsearch is searching in Youtube Music (https://music.youtube.com) please support it ;)

I get 429, i want to set cookies so i can go around that... cause i know my ip is **NOT** Banned

Add a Option when creating a Redis for: pool: { min: number = 10, max: number = 250 } This increases production, not having to code it manually with e.g....

Memory is not cleared, once entries deleted / flushed / trimmed when i do ltrim delete FLUSHALL then it gets removed. but the memory usage stays at it is. after...

bug

```bash wget https://github.com/dragonflydb/dragonfly/releases/latest/download/dragonfly-x86_64.tar.gz && tar -xvzf dragonfly-x86_64.tar.gz && rm dragonfly-x86_64.tar.gz ``` first get the latest download link then extract it then remove the tar.gz file viola it's done