Skip to content

Commit

Permalink
🔖 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evaneliasyoung committed Mar 10, 2022
1 parent 0d48880 commit 224acb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author Evan Elias Young
* @date 2022-03-09
* @date 2022-03-09
* @date 2022-03-10
* @copyright Copyright 2022 Evan Elias Young. All rights reserved.
*/

Expand All @@ -15,6 +15,6 @@ export namespace BotInfo {
export const tagline = `Triangle-Chan: The Tenaciously Tasteful Discord Tease`;
export const library = '[discord.ts / Node](https://github.com/oceanroleplay/discord.ts)';
export const version = '0.1.0';
export const date = DateTime.fromObject({ year: 2022, month: 3, day: 9 });
export const date = DateTime.fromObject({ year: 2022, month: 3, day: 10 });
export const activity: ActivitiesOptions = { name: 'Triangle', type: 'WATCHING' };
}

0 comments on commit 224acb9

Please sign in to comment.