#chat-en
1 messages · Page 78 of 1
when will discord fix there api?
"next hours." ~ Yesterday
Basically the system is cooked and they have no idea how to fix it 
Seems like
its the entire bot's database
you can also fetch every single message (along with timestamps) from your server and retroactively calculate everyone's xp
that's what i'm planning to do anyway if this doesn't get resolved
you can't do that with voice xp
i had probot set to log vc joins and leaves so maybe i can fetch vc xp that way, not sure if that's reliable enough
I didn't log vc joins and leaves
Thats cray, but will take some time. WIth those rate limits
ye let's hope they can fix this soon
I have all the messages in one file so that's no problem for me
How did you do that?
I developed a bot that writes every message and other datas in a log file
smart
Easy with a small server, not with a server with over 6000 members
Morning
that's true
my server's sitting at 4.5m messages
My server levels are reset
doable if i leave it overnight maybe xd
And that's while trying to avoid rate limits too
yea
There would be no easy way of manually recovering all messages sent in large servers
that's why you should've logged the messages from the beginning
What in anticipation that something like this would happen? You crazy? Why would I think to do that
I thought about it
Well done you, I should also wrap myself in bubblewrap too in case I get hit by a car
why is my probot auto update stuff not working
Do you have a server that hosts over 6000 members, yeah let me manually log every message sent, because that's not going to take up a ton of space
no, that is impractical
What's impractical about it?
The file is not large
extra storage
anyone?
Impractical to backup every message my server sends, with likely over 100 to 200 messages every day
you´re server seams dead
Over the full year I've ran this bot
Any guesses how long it will take? First they said hours now it’s days. I am wondering if they can fix the xp
anyone know why my probot automod is not working
Bc the bot is broken
okie thanks
It’s getting fixed
Seems like 10 years
Regardless of wether or not it's a lot of messages, why would I feel the need to manually backup every message sent.
Yes and we are still waiting 😂
There are plenty of reasons for that
Yeah, and a levelling system for a discord bot isn't one of them
it's not one of the main reasons
#id reset ??
There is no main reason, unless you're a data horder, who the hell cares that you've got messages backed up, incase theres a fall out
? In case someone deletes a message after they called you a meany, so you can quickly whip up the evidence

you can also keep track of deleted messages that way
Funny thing is, I already have my bot automatically log when a message is either edited or deleted, without needing to store any data 🤡
Bots like Dyno, which do this, don't work reliably. If a message is older, the bots don't notice when it's deleted.
Well good job I have my own bot that does all this.
And again, no need to waste any additional Mbs storing it somewhere. cha ching
The storage space is so small, you don't even notice it
for your bot to track deletions and edits it also has to save all that messages in the first place
Nope it doesn't
it technically has to
@plain sedge ts is unfair gng
Guys please be patient. Developers are working on bringing levels back to normal, they just need time.
How is it still broken bruh
When it comes to millions of data points, it’s not as easy as just clicking a button 😉
It doesn't at all need to store anything to detect edited/deleted messages
😋 lets hope
Let’s hope it doesn’t stay broken for a month like last time 🫡
of cource it needs to. How will your bot know what message got deleted or edited if it has no data about it?
All in the magic of discord
You are right in saying somewhere the message is stored, but not by me, of course by discord itself
What's happend about leveling systems what's last update
Still broken
no, not magic. Your bot has to save the messages, either in ram or rom
It doesn't at all need to do this
They may will not restore it?
They are trying to...So just give them some time
Will give them one day more three days for recovery is do more
it doesn't work that way
I mean like a mod said before, there's likely millions of data points to try and recover, won't be a simple process of boop, one click and fixed.
Alright if you say so, I mean my bot perfectly detects every message edited/deleted so it must be by pure coincedence
It's ok to say you have no idea what you're talking about or how discord back end systems work. I won't judge
My work on databases and in recovery system can recovery it in one day at least but they isn't big team that's why I gave them three days
Idk how they work
if your bot does so it means your bot saves all the messages
It doesn't at all 
They're trying
Ok
Well it does work...And it doesn't need to store anything to detect it, it's fine you have no idea how it works, it's cool I get it.
This is my data folder for my bot, please tell me in which file it will store thousands if not hundreds of thousands of messages ?
in ram
Ding ding! Winner
why not?
Yippee
Why not? Because it doesn't need to
it does
It doesn't I don't know much about this stuff but I'm pretty sure it just grabs discord data they already store
And uses that
We have another winner
you're wrong
Storing thousands of messages is very uncost efficient
This happened before ?
Woah woah...Not according to Apfelo
It's possible yes but it's already done so why do it
Apparently it's vital to store hundreds of thousands of messages, in case someone deletes one after calling them a meany
So he has proof for a ban
Wouldn't discord just log that
No no...of course not, we need to do that ourselves...
Don't they have to log it before your message is even sent to send it 😭
Even though my bot does this without needing to waste resources in RAM/ROM
In simplistic terms that Apfelo doesn't seem to comprehend, basically when a message it edited/deleted it sends a package to the guild server with the contents of that change/deletion, all it takes is for the bot to intercept this and read it's contents
You can see any message being deleted. To log the contents toy need to store. That's difficult and expensive at scale (yes you can do it)
But apparently it needs to be stored and cross referenced in Ram/rom
maby chatgpt can convince you
ChatGPT can't convince me when my system already does what it does without needing to store anything...What you on about 
Doesn't discord log it all in a database
Isn't that exactly how the data breech that happened recently happened
your system stores the messages and you don't even notice it
The larger bot frameworks cache messages
yeah and your bot has to save data from discords database
of course not a kb. only a few bytes
Yeah, all thanks to Discord 🙂
all thanks to your storage or memory
Alright, well it's been fun discussing how my own bot functions. Have a great day choom.
hai
saying that messages are stored in RAM doesn't make sense either cause that's not really how RAM works
That’s exactly how it works, actually.
Hii
When a bot runs, every message it “remembers” temporarily is stored in RAM (memory) not permanently written to disk.
RAM is simply where active runtime data lives while the program is running.
yeah but if you're trying to say that the bot is storing every single message ever sent in RAM that would be ridiculous
i guess that's true
I got lost in the convo icl I know nothing about ts
Bots typically keep a temporary cache in RAM, just the most recent messages, usually limited to a few thousand or to what Discord’s API sends in an event.
yep, basically all systems do this, not even Dyno can properly log edits or deletions past a week or two
exactly
Of course one could keep their own database of all sent messages to cross reference with deletion events etc
But I think i could name like 6 developer policies that would violate off the top of my head
Yo, just joined, what's wrong w/ ProBot? Reset 6 months of leveling across my server
Was bugs they're working on restoring it
Ahh okay
Would logging messages actually violate dev policies?
I even tried setting levels manually and they still reset 😭 I'll js wait for the fix
I was gonna do this then couldn't be bothered to fix 6k levels because I'm lazy
In the last few years, Discord strictened the developer policies on what you're allowed / how you should treat the contents of messages. You need to even send discord your ID if your bot has to access the global message content context (and the bot is in over 100 servers)
O xD I have like 200 members
It's a whole process now
Worst case worst I jus swap level bots
OK, but does it actually violate dev policies?
ProBot was the best one I could find for free
True
keeping a database of millions of discord messages deleted or not = disaster waiting to happen = discord would likely look bad in such incident = not in their interests to allow something like that
MEE6, Arcane, all pay walled for the Level Roles
Didn't they already look bad when 22 million ids just got stolen in a data breech </3
Multiple things with this
allegedly 70k ids
breach was of their scuffed support platform
Which is discords fault
but yeah they looked pretty bad
You're skirting around the question
They knew it was vulnerable because the same thing happened ages ago and didn't fix the security issue
yeah that was a plunder from their part in all aspects
Why can 1 person request thousands of files without it having to be checked 😭
allegedly they had a really poorly configured zendesk instance
Tbf though not only discords fault
1 of the people who had access accounts just sold it to a random guy
They're also to blame
It sounded like they had custom integrations ontop of it too
Ye they definitely did, not sure how much that affected it
Did the guy ever end up releasing any of the data
Or did discord pay the ransom they wanted
I never followed up after hearing about it
Discord didn't pay anything allegedly, dont think much of the data was shared
still a developing situation so
I feel like even if they did pay it they wouldn't just announce it since it makes it look like they'd just pay ANY ransom
And people would jus target them
Whats worse with the data leak is the fact the UK has recently implemented the Child Saftey law which requires ID to verify age on platforms, and suddenly hundreds of thousands of brits have had their IDs stolen now. I'm looking forward to this new digital ID which I won't be getting
Vro icl I gave up with the UK the place is a joke
Based on NTTS' video, it looks like a lot of the data was through the custom api; but the file retention was a zendesk issue
For real. I wish I didn't live here
I no longer laugh at France I laugh at England now icl
don't have the simple answer for you - the message content system is a 'priviliged' intent - meaning that discord has to manually approve your use case to ensure that it falls under fair use, best practices etc, and i can pretty confidently say that such system would Not be approved for being against many of their best practices on retention etc
And even Farage will be a clown fest as well
We need someone like Martin Lewis to run our government
that was out of context iirc
Oh
they wouldnt have the balls haha
Thanks
Retention is basically "comply with laws, delete it if we tell you to, take appropriate security measures"
They had the balls to deny rethinking the law
Free speech in the UK

Let's be real what is the law doing for the UK other than making citizens more vulnerable during data breeches
Ik ts is not protecting kids let's be real
ultimately discord gave themselves a lot of leverage on this, they can very much case-by-case state what they mean by retention in this context
i would be pretty flabbergasted if they greenlit something like the discussed topic, indefinite storage of all seen messages, even under the context of moderation
if the big bots have no such capabilities i can only make guesses as to why, if they just dont have the resources for it etc
In this hypothetical, retaining is necessary to keep audit logs of edits
Which is a bit of a stretch on what fair use of the api data can be
In my opinion that is
At scale, retaining has a lot more challenges. The storage, querying that much data has cost, the added security required when amassing multiple servers' history
I don't know how much money there is in discord bots
there's quite a bit
In reality, not many are going to care about a message edited/deleted after 2 weeks except for specific cases.
Specific cases would be something like an FAQ channel, or pinned messages.
Yeah I don't think it'd be worth it all things considered
And for deletions, there's a workaround anyway
Well. Maybe not, it's been a few months since I checked it
ultimately given all the legal speak of fair use, their official-unofficial 30 days maximum i think keeping an indefinite database would not be interpreted by them well
and then there's their 'catch-all' clauses of 'we have the final say Lol' and name dropping at least 4 other data legislations that you have to abide by
30 days is more of a GDPR thing
Retaining beyond that is where more legal hoop jumping comes into play
Is there any news about whether the bot will work? Is there any point in waiting?
and even so Discord would have to explicitly say 'yes' to the use case which i think their support agents slash corpo lawyers would just shut down the inquiry in twenty seconds or so
official statements kinda sparse
there's no timeline or recent updates
but they're working on it allegedly
I was gonna use a reaction on this then realized we can't 😭smh
OMG XP RESET WHY OMG
Nor an explanation of what "fix" will be.
Nothing like loss of data to test your db restore process for the first time 😆
ProBot being stoobid
I lost 6 months of levels, several users being level 100 😭🙏
WTF!! OMG ;;
both the cause, reason and timeline are kind of question marks
IM LEVEL 99
🥹
one of the devs said in a decently unofficial capacity that the 'data is there but we cant start the server where it is'
Was*
Oh fun
Guh
but that was about 2 days ago
I bet it was the Ubuntu 24.04 update /j
Welp
Ill be back when there's another update
come on probot management 🙏 clutch up and you'll save me a day of work
Good afternoon good evening and goodnight
heya candy
hi
how u been
I might just tell our users that we're resetting everything.
It's nearly 2 years since our last reset anyway
im currently manifesting for this bot to please start working
how about you
Why have yall reset before? I can see alot of upset from that
would be unfortunate for us to reset so worst case is that we just calculate the approximate message xp of every user and migrate somewhere else
To level the playing field. We don't do xp yanking for people going inactive
The last reset, we had a bunch of competitions picking up again for reaching specific roles
fair nothin much tbh just work irl
But once your top 10 are lvl40+, it all dies down again
getting the backup data shouldnt take this long tho whats the issue
it's not exactly known what's going on, what their idea for a fix is or if it even involves backups
unfortunately we have zero clue what they've been doing for the past day
Only 3 of mine ever hit over 30
Including myself, then my top Admin
Our mods don't partake in the levels
And another long term member^
curious! how come
^^
our server was fine until yesterday idk whats going on i think its much more of a problem then they anticepatied
Perception of fairness
How's it unfair they get levels for engaging with their community?
"perception"
Yes but
How would it look unfair
Basically, one of the mods was the most active person, had reached past lvl100 or something.
Some people called foul
So we just don't partake anymore
on occasion there have been community problems when staff have low xp but other than that its always just been a motivator to keep ppl active and a fun metric
(even though only the admins can tamper with the xp)
"Most active person has most levels oh dear this calls for a revolt"
Oh I fully endorse revolts against mods, even if they've done nothing wrong
How long is it gonna take to fix 🤔
Cant tell if thats sarcastic or not 🙏 cause that's stupid imo
As in joke revolts. Nothing serious
I wonder what would be measured to do an Elo rating instead of just levels for activity
Wait elo is an acronym?
the members are just forced into occasional debates that they must attend and then its a 1v1
Elo*
It is not, my bad
Ahh okay no worries
Vote for quality of a message with reactions. Community supportive guages based on how well you react

anytime you disagree with someone you hit em with that downvote and their social score will never recover
they'll know better next time!
XD
Wait, I think there's a black mirror episode about this
Speaking of reactions why cant we use them in this channel
Hate when admins disable reactions cause its just so pointless
Let me rewatch it for inspiration
THERE IS hahaha
WAS
Yes
Hi
*within next days

.
.
🥴
If this isn't fixed soon I am going to stop using probot
It's the weekend. The devs are human, and therefore, have a life outside of screens. Nothing can be fixed at the drop of a hat when it comes to coding.
How many days is some time 
Hawaiian time. It'll be fixed when it gets fixed. Have patience.
I would have patience if they say it will be fixed within a week, but know i have no time frame
Now*
Maybe they don't know how long it takes?
Yea that is likely the case, but still giving a rough time when it will probably be fixed by is still possible
If you dont know how long it takes, you cant say how long it takes. it is what it is^^
I’ve lost 1.1mio points myself, but putting pressure here doesn’t make it any better
For me it looks like a little bit^^
No? I dont even use Pro bot
Well i am in a server that has it, but nothing more
Yo
hi
yo chat
why they keep telling me error when i want to claim my daily reward in the web
@everyone
i can fix i did it too in my server
i mean
?
the level reset itself
hmmmm maybe you did something in the web
and roles for level stayed but new ones add to accounts
no
on the other server i have the same problem
send me your server in the dm
okay
Why did the level reset ob my server ? I didnt do anything
I just saw it myself thanks
it said issue should be resolved in a few hours 2 days ago
👋
When will levels be restored?
ETA, #status 👀
it was yesterday..
Best to stay patient lads
hey guys
does anyone know if its possible to look at xp levels for the past?
so if i wanted to check the xp levels for last week how would I do that
<@&675070424748654593>
I don´t think so. Currently is the whole xp gone
I dont mean for levels all time, i know those are kinda messed up rn, I mean more for like weekly xp as in xp you earn within a duration
Well, there is /top duration: if you mean this. But this broken too
All users now have the same problem with Leveling please wait for the developers to be treated.⚠️
#status
#support-en
but I really need help they have lost levels on all my servers starting from rank 1.
It's the problem of all users right now
Ahhh yes i have the same problem
Wanted to ask if it’s possible to set it back
do you have an answer? @random flare
Did ranks get reset for probot,?
Yes, of course, all user data leveling will be returned
ok,thx.
No,
But when? They said after a few hours. 2 days have passed now without any updates...
Brother, the developers will fix the problems as soon as possible
And so we can’t say the exact time
🫡
🌹
❤️ 🌹
ا
#chat-ar
How to turn off cooldown between commands ?

Not yet
Pfffft
any news about the xp stuff?
just checking in after i saw that my server's levels are gone
seems like bot having issues hope it will be restored soon
oop seems like the situation is more serious than i though
Bot XP are coming back?
This is Probot 😎
This feature not in ProBot, so you can't do that, i think this feature also not in any bot too
ProBot is a free bot has many features for public and not for free in other bots so you have to pay for it in this bots. if you want better performance you can subscribe in premium for 10 bucks
The premium version has high priority than public one, but what is your problem exactly with ProBot?
Level issue appeared only yesterday, it didn't take several days
You were already answered. Please move on.
Hello, good morning!
It is, but we wouldn't like to repeat the same thing 100 times.
Today, all the levels on my server were reset for all my users for no apparent reason, is there any way to fix that?
It's a bot issue, theyre workin on it from the seems of it :D
We already said that bot has many features for free and we got only one developer working on it so be patient
Do we have an update on the fixes progress?
Ohh okay, thank you so much 🫶
damn
Because you want stable bot without any problems forever and we are not getting paid for that, and we told you that we don't have data exporting
It also took out several other bots at the same time
Ok if its discord issue we don't have something to do
What you want us to do?
You was complaning from that issue 5 second ago
Arguing about this won't make the issue to be fixed faster so..
Because you're speaking "bad" of our developers without knowing how things work in the background
We're very sorry for the inconvenience but there's nothing B2Sha or me can do.

💀
When the data comes back, you'll be able to use the leaderboard
Hi there, no, there isn’t a way to transfer data from one bot to another.
There is no official way, and actually any way that I can think of. Bots’ databases don’t have any connection with each other.
Seems so
I’m afraid we can’t do that - Your data will be back as it was as soon as the issue gets fixed.
Of course it is, but imagine you request it and we do it for you; everyone will start requesting the same and our developers will just lose more time.
So we don't accept those requests.
can we have an update on how progress with the fix is going?
Hello, I’m afraid there is no update from the developers yet. Any updates will be posted in #status.
What do you mean?
alright ty
No worries!
is there any chance to see who use commands from probot on my discord?
I think because they're dealing with the outage currently, ask again at another point. You're not going to get anywhere now
???
Think the dashboard just went down
if you are asking for the probot company, they are prob based in turkey.
.
Curious what makes you say that
Not in Türkiye
are we getting it back ?
Check the mods/Admins/Developers in the right side, either turkish names, or turkish stuff in their connected accounts.
Steam/Spotify/Instagram/PayPal/etc
Either Turks living in tukrey, or germany.
.
I'm now optimistic about recovering level xps
Sweet, good luck
how do i disable robbing?
hi
when will levels be recovered?
Great, any idea when?
its US
Probot resets mu users database, i have 82 level and now i have 2 level 😐
<@&675070424748654593>
I will parse the data and probably need some maintenance, but since data recovery is not my job, I will wait for someone from the devops team for a few more hours
i cant write here
Your message came through fine
Hello! Any news about the level restore from the ProBot?
@tiny fjord

Hmm
Hello im having trouble with the top chat, our servers was reset but theres no command for reseting it and theres nothing in logs either
@rough sierra
okay thank you
.
Guys
Why can't I see the roles when making self roles
bring levels backk
Cus probot might be down idk
.
is the bot down?
bro
why is probot always down
never once has it ever beeen properly online
tired of this bot tbh
right, thought so too 2 days in a row now
exactly
im relying
on this bot
for security
and anti discord links
I'm working on making my own bot with a team of mine but it's gonna take months!
same here
eh i can make a bot
but idk
too lazy
i like @steady marsh
but
There will be a brief outage to recover datas
exactly like probot features but dedicated to you and you only
everyday there a brief outage?
everyday ?
yes bro this been 2 days
how long will that take?
can't deny it, it's a good bot
it is really but
Hey, he's doing his best guys!
This "outage" can literally recover all the level datas
I'm not attacking I support him and all the devs behind it but what caused the data loss in the first place?
im not attacking anyone
Would you rather having short outage or losing all your levels on all servers? 😭
those dont depend on anything
Nothing has caused the data loss, ProBot is simply running without this level data file due to some issue
The levels are not lost they are still here dw 🙂↕️
Okay, I'm gonna be patient!
how is that even possible all of a sudden
agreed.
please don't ping him as he's trying hard to solve the issue 😭 🙏
No clue, that's why our best dev is working on it
It's temporarily down.
clearly cant you read
I thought it went back up
Hey, there is a tiny outage where all the level data may come back ^^
It did but down it goes again due to an issue with the level up file.
Don't be insolent because of other's ignorance
When
Hell no
Wtf
U say
Soon”
Thats means after 1 year
Very soon but I don't have any estimated time
did you guys wrote it on a unstable language or something?
Absolutely not 😂
Man
That's not very nice of you
im just asking
That was just mocking
And you know that
Reset 2 times
I think we have recovered most of the data, our devops team is examining our database, that's why the public bot down
YAYYYYYYY
This bot is going up or down
Good news, is there an estimated time for when it's back up online and stable?
bro
sybau
let them do theyre work
you idiot
that was not a critism
hi
Anyways
programming language
Let's just hope for the best
do we know when levels may be returned
When
Bro
Around 7 days right?
Yall liars
We all perceived it as mockery or criticism.
Hey, there are no estimated time, but it should be very soon
okayy
???
okay im sorry for that
tho i still dont get it
but not gonna argue
is probot back up yet
This bot is not going well, from the best bot like #1 to really bad bot
Why yall did this
Not yet ^^
Alot of ppl changed the bot
"number 1 discord bot"
The bot encountered an issue yesterday resulting in levels being reset for some users but it went back up online for a few hours and right now they found the solution and brought it down to fix the intial issue and will hopefully bring it back up soon my guess within the hour or two maybe 3.
Omg
Any other bots i can use 4 automod?
Can someone who uses the level system send me the server id, I want to check the data
:white_check_mark: @ug.8q muted from the text! :zipper_mouth:
1247625645433815100
okay
i dont understand its a glitch it happens discord isnt a stable app either mistakes happen
what's my issue with asking that if an update broke the way code worked
Funny enough I was literally setting up levels for my server 😂 so no data there I dodged a bullet 😂
Ohh I understand now. Well we don't really know, but this could possibly be the reason
Any other bots i can use 4 automod?
but yea even though this is a really bad glitch like it happens to everyone people shouldnt expect more just because its a good bot
kinda sucks but as long as i get my points back idrc
😭
Yes you should get all your levels very soon 🙂↕️
Not that I know of most of us here rely on ProBot because it's the best and easy to setup bot I used others before Automod was introduced they aren't as good. Best bet is to go to top.gg and search there for automod bots
yay
i had 70k points
will automod also be fixed
Do you have a big server, a lot of xp/records?
Yup
cool
Dozens of users
yeah i can see
You can also try 1012106498106736700
is there an estimate of how many servers this affected
hey @abstract spire what is Probot Prime? Does this work independently from ProBot?
We have over 6k User, if that is okay^^
925134317833846794
Hey, yes it works independently from ProBot and more efficient. Here are the extra features you get with Prime :
- Host feature, including invitation count, automatic responses, and welcome messages, as well as the /user command
- Link feature (Create a temporary invite link)
- Various server protections
- Voice online feature
- Ability to unban everyone through a command
- Raid protection feature
- Add multiple roles to reaction roles
- Kick protection
- Automatic roles for specific link entries
If the bot is a carbon copy from the public bot, why don't the devs just import the backup and rollback whatever messed up the level up data?
Or is it a premium version of the public bot?
746978235233075311
Hello guys
I want to ask how we can use the new pro bot features
<@&675070424748654593>
Send it here or in DM
They are already rolled out, I experienced it today right before the outage.
Yes but i dont know how to use them
Can you help me
I see records from many members
@plain sedge 923212171960262687 for big server
It is a premium version of ProBot
841796049512300565
dude
its safe
Right now the bot is down under maintenance so nothing works
Ahh omg
923212171960262687
wheres the maintenance announcement
There wasn't which is why I came here to check. I have #status followed in my server but no one said anything.
عندك شاورما الحلوين؟
Well yes 8000 members xD
Is the bot under maintenance again?
Okay thanks, can you please inform whoever is in charge of the #status channel to use the Publish feature so that we are notified in our own servers? If you have the required permissions you can do it yourself.
is the bot bugged? i need the info now pls
BOT is down for maintenance. No estimated time.
.
I will try 😓
@abstract spire I have the question I sent for him/her the ID but he/her skipped me can u check
Don't worry he doesn't need all ur server ids
It was just a test on some servers
736592308706738247
I think almost 5k entries in the leaderboard
Because we have more than 177k users and they open 5 ticket every min speak about it and we disable it until recovery
Oh I see what you mean. Giving your server ID will not solve the issue for your server, it's just a lookup about what datas are on your server
Hello
Arap?
Yes I want to lookup to we can make sure only
huh?
To tell them the data is stored @abstract spire
i arapck
I'm not sure to understand.
yeah I can see the data
Hi
Hi
@plain sedge can u check our server 923212171960262687
Arap
Unfortunately, further research will be required
What does Arap mean??
That's why I want check the data is has been recovered or no to I know what's I ssy to them
BarLine said earlier they're confident they'll be able to restore the data at this point
What are u mean? Data is not available right now
Please let us know when the bot is back up! I gtg so I'll appreciate if you give an estimated time soon or mention @everyone or use #status I don't really care I just want to be notified.
He means that just checking server datas isn't enough to understand and solve the problem
And look at you talking about school
He don't answer me I want from him check data only
He won't tell you about it, its not the main priority with all my respect
I mean if he has time, but again this is not a priority for him
Can u check our Server?
925134317833846794
Thank you, because we have a meeting about leveling but I don't get a response if its a safe or no and thank you for your time
I understand the frustration. You can try to directly asking him in DMs if that's really important
What is the reason for stopping ProBot? @plain sedge
maintenance for level system datas
Bot doesn't work again -_- xD
السلام عليكم
its an intentional stop
ah okay thx
You guys better change to reaction role emote when you have an button to accept rules
Is anyone elses probot down rn?
everyone
bot is starting right now
yay
most of the data was recovered
hello guys, how are you doing ? I have a question. I was using probot normally then when I go to website to open it keeping loading like infinity loading then show me this msg. check the below
its gonna start any second now
just dw

probots offline rn right? just double checking
restarting
ye
cool
@steady marsh
aaaand its back! thanks!
yay
@grave radish also it was available in top right but now go down like offline. what shoud I do ?
Wait for it to start
Still showing as offline for mine rn
Come back in a few minutes
Online again but lvl 1 again...? I was lvl 76 lost the lvl 20 now again 1 BRUH
Nvm
Lucky, my bot isn't even responding to any commands 
Mine is saying application not responding
Exactly
Members are annoyed asf
probot on my server is again deleting messages claiming they are spam, when these messages are not spam 😭
probably the staff isnt really satisfied too
Its back running but levels got reset
Maybe wait for confirmation that things should be working first.
Then ask them for the post-mortem details
We start with the database from which some data was recovered. If your data is missing, that's normal. Can you check the top command?
Aight
does anyone know why this is happening? 😭😭
I've lost a ton of xp, now level 39 where in my server I was over 50
Level data restored for me, but data is over 1 month old
prob they used an old xp document
All of 75k members are lvl 1 again
Looks like it, must of been from months and months ago, let me check
i think they shouldve archived the levels more often
I hope it gets fix soon
Yup at least 2 months of progress xD
I was ranked 17 among 75k people and now lvl 1 
when did you started grinding lvl on that server
3 months ago I'm staff so I'm pretty much active after studying
😭
ouch
the pain of losing lvls
like
./top isn't working on my server
life's not over but people is gonna be mad
Use setlevel commands if necessary
that might be the case for small or medium sized servers
Yeah, now I think who'll set lvl of 75k people

okay /top is working now, but data is reset once more
2 to 3 month old levels are not here
expected i assume
Yeah, almost 2 months of data lost by the looks of it
the server is almost a year old
hmm
thats weird
Need a script now to automatically reapply everyones level back to what they were, as I have a channel that shows what the most recent level a user aquired, which I can manually set them back to that level, rip for all 6k members though
its not working for me 😭
still restarting
Neither me 😭
okok
Text levels are back, voice levels are still 0.
Waiting patiently 
Is it supposed to be completely restored or not because only the voicexp got restored for us instead of the textxp
are Voice Levels able to be set to what they were ?
Bro my level 80 is gone im upset
we switched back in may
thats huge work even for a bot designed just to do it
Will they be returning it ?
so our data is five months old
uhm
Yeah
we didnt get an announcement
2-3 month loss does not explain it
for profile ?
Yes
My staff spent all night giving people levels back... came back this morning and all levels reset again 🤣
ouch
Only 515 people 💀
Oh! That's why owner rejected this idea of giving lvls to all active members
We will create a channel for the profile command in the coming days and add it manually for the missing XPs
including me
Oh okay thank you
my personal opinion is that we all should wait as the community thats using probot and trust to the probot devs
keep your old profile images
Good thing they did haha. Tbh it's only levels, not like they can't be claimed back without 5-6 months of talking 🤣
Yeah i got them thanks
Did I say anything about complaining or not trusting? I literally said my staff team put the levels back onto people.
I wanted to be user who reached lvl 100 much faster than other 4
it's just a dream ig
.
Yeah, always wait for the fix before doing anything.
I knew we'd be losing data after the incident..
2 months though.. I might just do a reset
okay i just told my opinion
just think as an advice for all of us
and your opinion wasn't needed in this circumstance.
you dont have to be that rude
Members will be angry if we rest data don't ya think...?
For our server, levels after lvl15 don't matter
Did it just fix itself?
Am I tripping or is some level missing ? Like it’s not the original one
Voice lvls are back but I rarely use it want text lvl 😭
they used an old xp save
same for me
yeah they are missing
Oh I'm rude? My bad I apolygise... or maybe read it in a different way 😐
Oh no, I didn't even realise the second effect of this, a lot of my members now have 2 levelling system roles, one they had before the data loss, and one after, oh this is going to be a nightmare to sort out for channel perms
you know what
just forget it
your server is yours
Kk thx for me it’s the contrary voice level is 0 and the text one is off by months
will u fix this?
i think they are trying
I was just saying that your opinion wasn't needed in that circumstance, I understand there are a lot of people who are toxic towards probot and it's staff, however I am light hearted and know as a scripter myself (for websites) that it's not peachy all the time and errors do happen. I was just sitting here for 4 hours today fixing one error.

okay
i agree
It is also useful to check monthly and weekly xps
Now.. back I go to continue trying to fix the error 🤣
umm
Yeah it's working top and rank but text lvls
Monthly and weekly xp are showing me gains from when the data was restored from.
ie, someone who was banned over a month ago is showing in the weekly stats
reletable
😔
top is empty
Mine reset again
./top monthly shows me the xp gained after the latest reset (like less than half an hour ago i think) instead of the old xp
Same here it reseted again ...
what about the top weekly and monthly
Ngl that's funny.
All top, top weekly and top monthly have been reset.
Yet again
Surprised people raise their hand please
all ?
Yeah
how does that work
Both went to 0 again, didn't even return to how it was before it happened
some has their old saves and some dont even have their levels at the segment when the xp's are resetted and some has both old saves but half deled
Monthly has less xp than daily right now
We started the database again with a backup, it is normal for there to be no data for the last 2 days because we needed to work on it
yeah 😄
But, no data for the last 2 months?
Oh thank god
You think how long does it take to repair data base?
I remember it was in the last days of August
🖐️
Oof.
after some investigation the monthly data seems to be from the end of september for us
You'd be shocked. I'm still working on a database problem on one of my websites after 2 months 🤣
End of August mine is lost from
why you get backups every few months wouldnt it be more safer if you get them more often?
Yeah I understand that it didn't comptabilised the last two days, due to the work on it and situation... BUT the first reset happensed and just right now it really went to zero again
Oh, so this it's problem like this..
This isn't actually my job, but I did my best
oh ok
Doubt it, mine is down to syntax errors everywhere XD
why my lvl 0 ?
they are using a backup file for the levels
Do you have your old profile image?
I'm sure it'll come up in the post-mortem, of which I hope a summary is posted here for
yes
You should be gratefull for that there are any backups
:p
@plain sedge just so you know, the backup was not 100% sucessful.
In my server Text XP went back to what it was some months ago, Voice XP went to for everyone.
oh
Cool, we will ask you to add it manually in the coming days. Wait for other announcements
Do you return levels?
i was level 36
Ah alright
Yes, this is the best thing to do with damaged data
okay thanks this is my prf picture it will be work ?
So overall we'll need to figure it out how much was the exp of the person to be for exemple level 53 and set it back for them ? 😅
And same for the Voice exp?
you can try if you have the patience
If you have a level tracker you could just change it via that.
any idea if the top all-time data has a backup?
However I'd just recommend to wait as my staff changed the levels manually and then this morning it was reset again.
restore my lvls pls
I think that everyone just wanna that
Yep I have the level tracker on the spam channel I just made, but even if I do that... will it reset again after ? I mean... is there even a used to this temp solution or?
Because I don't think I'd have the patience to do that everyday xD
im gonna put all of these aside for a sec
what will they do after that
no matter they restore it or dont
how can they prevent the same thing from happening again
any ideas?
Interesting question probot had been laggy from past few weeks
I'll suggest you to wait for announcement....
possibly.
Well I've been using probot since 2017 on and off and haven't had major issues until this year. Then again it doesn't help that probot is becoming more used and used each day.
Is it just me, or is the dashboard completely unable to load for anyone right now?
prob its same for everyone
@errant marlin y’all should clear slippage manually
I think the back up they got is hella old
yeah it is
Like over a month old at least
check now
2 to 3 i think
I’d say 1.5~2.5
Do you expect the top or rank to return to what it was?
Okay, it's working now



