Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Conversation

taliyos
Copy link
Owner

@taliyos taliyos commented Sep 7, 2019

All APIs updated to latest versions.

Fixed bug where not all users were found if the server was too large.

All APIs updated to latest versions.

Fixed bug where not all users were found if the server was too large.
@taliyos taliyos added bug Something isn't working enhancement New feature or request labels Sep 7, 2019
@taliyos taliyos added this to the Form2Role Bot v0.3.0 milestone Sep 7, 2019
@taliyos taliyos self-assigned this Sep 7, 2019
@taliyos taliyos merged commit 30f2c47 into master Sep 7, 2019
private CommandHandler _handler;

private const string Version = "0.3.0a2";
private const string Version = "0.3.0a3";
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incrementing version for version control

await _client.StartAsync();
_handler = new CommandHandler();
await _handler.InitializeAsync(_client);
while (_client.ConnectionState != ConnectionState.Connected) { }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaces Task.Delay(), making the program update roles once the bot connects to the server.

{
Console.WriteLine("---------------------------------------------------------------------");
Console.WriteLine("Check the GitHub repository (https://github.com/talios0/Form2RoleBot/releases) for help. If a bug is encontered, submit an issue on the repo.");
Console.WriteLine("Check the GitHub repository (https://github.com/talios0/Form2RoleBot) for help. If a bug is encontered, submit an issue on the repo.");
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed /releases since help is on the README

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.3.0.3")]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed version number to match

@taliyos taliyos deleted the Discord.NET-Update branch September 7, 2019 02:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant