-
Notifications
You must be signed in to change notification settings - Fork 1
Faut tout review goodluck #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
} | ||
|
||
d_config = new DiscordSocketConfig { | ||
GatewayIntents = GatewayIntents.All, // un peu la flemme mais apres on pourra def les vrai autorisations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sur les handlers, je pense qu'on peut faire une classe abstrait pour moduler tout ça
source/configuration/ConfigFile.cs
Outdated
@@ -0,0 +1,10 @@ | |||
namespace Configuration | |||
{ | |||
public class Config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Privé les champs d'une classe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment ca?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pas public
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah lmao
This comment was marked as duplicate.
This comment was marked as duplicate.
Sorry, something went wrong.
{ | ||
class Config | ||
{ | ||
public string Token { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mets les champs de tes classes en privé (hors exceptions)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!!!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pas serializable si mis en privee de memoire
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
source/maintenance/Logger.cs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ça à l'air cool
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quelque truc à faire sinon comment je t'ai dis voir si les handlers sont pas faisable de manière modulable
…AAAAAAAAAAAAAAAAAAAAAAAA fix :3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bruh
No description provided.