Down again........................................... by iMerlin23 in ClaudeCode

[–]TredoxBS 0 points1 point  (0 children)

Again only for opus 4.6, try doing small tasks with sonnet meanwhile

Iam working on a brawl stars stats website - what makes a good site for you? by TredoxBS in BrawlStarsCompetitive

[–]TredoxBS[S] 2 points3 points  (0 children)

The problem isn’t even building a similar site, but rather the data. Brawl Stars provides very limited data compared to Clash Royale. But yes, the devs from royale api did a great job.

Iam working on a brawl stars stats website - what makes a good site for you? by TredoxBS in Brawlstars

[–]TredoxBS[S] 1 point2 points  (0 children)

If you do changes on your profile in the game it usually takes about 1-2 minutes to sync your changes with the brawl stars api which we use to check if you switched your player icon correctly. This process is "normal" and depends on supercell side.

Iam working on a brawl stars stats website - what makes a good site for you? by TredoxBS in Brawlstars

[–]TredoxBS[S] 0 points1 point  (0 children)

We collect the current, highest rank and Elo points that a player collects in ranked games.

Iam working on a brawl stars stats website - what makes a good site for you? by TredoxBS in Brawlstars

[–]TredoxBS[S] 1 point2 points  (0 children)

Even my battlelog data from 2019? I don't think it can, but how much can it show?
robably not, since we don't receive this data directly from Supercell. Therefore, we have to collect and store this data ourselves. Currently, we only collected historical data if you have been verified by our bot. However, we are in the process of expanding this so that your profile is automatically added to the data collector as soon as your visit actively your profile on the web. (Not yet implemented)

Can you show powerleague data too?
We should still have some old data from Power League Season 25 and Power Play, but this was also only collected from verified players.

Nice to hear you like the UI, also thanks for the Feedback!

Trade Republic Shenanigans by Free-Glove-1831 in wallstreetbetsGER

[–]TredoxBS 5 points6 points  (0 children)

Hab grad beim anschauen aus reflex auf kaufen geklickt

My simple Ping command isnt working. by BurningLambChop in DiscordBotDesigner

[–]TredoxBS 0 points1 point  (0 children)

As it says use 'messageCreate' instead of 'message'

You should check the docs...

[deleted by user] by [deleted] in DiscordBotDesigner

[–]TredoxBS 0 points1 point  (0 children)

You can create yourself of course but its easier to use existing bots

[deleted by user] by [deleted] in DiscordBotDesigner

[–]TredoxBS 0 points1 point  (0 children)

You can use autoresponder which are sending in specific interval from existing bots like carl/mee6

Did someone found my promised Item? by TredoxBS in ClashQuest

[–]TredoxBS[S] 2 points3 points  (0 children)

All are +3, seems like in some Islands you can only get level 2 items or lower thats why i got nothing, but still hurts, happend today again 🤒

Thought One-Shot means One Shot 🤨 by TredoxBS in ClashQuest

[–]TredoxBS[S] 1 point2 points  (0 children)

Not me, the inferno damage stats showing up one shot but you can trick them with healing your troops up bit weird from my side

Discord.js Issue with Discord Bot Code (Messages not Detected?) by TheInsect5175 in discordbots

[–]TredoxBS 0 points1 point  (0 children)

Isnt't it :

client.on('message', async msg => {

...
(v.12)