Skip to content

Commit

Permalink
feat: add twitter link
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Mar 26, 2024
1 parent 4cf8a76 commit 8b1722c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swappy-bot/Commands/Quote/Quote.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ await thread.SendMessageAsync(
"Additionally, I would like to mention this bot is a **community** bot and **not developed by Chainflip Labs GmbH**. " +
"By continuing you acknowledge and agree with the Disclaimer (click the button to view).\n\n" +
"My source can be reviewed at [GitHub in the `swappy` repository](https://github.com/CumpsD/swappy) to verify all steps.\n" +
"You can get in touch with my developers on [Discord](https://discord.gg/wwzZ7a7aQn) in case you have questions.\n" +
"You can get in touch with my developers on [Discord](https://discord.gg/wwzZ7a7aQn) or [Twitter](https://twitter.com/SwappyCrypto) in case you have questions.\n" +
$"If you reach out for support, be sure to mention reference **{stateId}** to make it easier to help you.",
components: buttons,
flags: MessageFlags.SuppressEmbeds);
Expand Down
2 changes: 1 addition & 1 deletion swappy-bot/Commands/Swap/Swap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ await thread.SendMessageAsync(
"Additionally, I would like to mention this bot is a **community** bot and **not developed by Chainflip Labs GmbH**. " +
"By continuing you acknowledge and agree with the Disclaimer (click the button to view).\n\n" +
"My source can be reviewed at [GitHub in the `swappy` repository](https://github.com/CumpsD/swappy) to verify all steps.\n" +
"You can get in touch with my developers on [Discord](https://discord.gg/wwzZ7a7aQn) in case you have questions.\n" +
"You can get in touch with my developers on [Discord](https://discord.gg/wwzZ7a7aQn) or [Twitter](https://twitter.com/SwappyCrypto) in case you have questions.\n" +
$"If you reach out for support, be sure to mention reference **{stateId}** to make it easier to help you.",
components: buttons,
flags: MessageFlags.SuppressEmbeds);
Expand Down

0 comments on commit 8b1722c

Please sign in to comment.