Skip to content

Commit

Permalink
Merge pull request #386 from meemproject/feature/launch
Browse files Browse the repository at this point in the history
Update bot copy
  • Loading branch information
kengoldfarb authored Apr 10, 2023
2 parents 5e263f6 + 1826fef commit 2169fdb
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/services/Discord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,22 @@ export default class Discord {
discord.name = interaction.guild?.name
discord.icon = interaction.guild?.iconURL({ size: 256 })
await Promise.all([agreementDiscord.save(), discord.save()])
/*
Greetings, I’m Meem Bot!
I can help automate publishing for your community by allowing you to vote on what gets posted to your shared Twitter account.
Tap below to set up your publishing logic.
<Manage Rules>
If you need help at any time or have feedback on how I could work better, just @MeemBot with your question or idea.
Finally, Meem has even more community tools in the hopper and we’d love to collaborate with you! See what we’re up to and share your thoughts: https://form.typeform.com/to/TyeFu5om
*/

await interaction.editReply({
content: `Greetings, I’m Meem Bot! \n\nI can help automate publishing for your community by allowing you to vote on what gets posted to your shared Twitter account.\n\nTap below to set up your publishing logic.`,
content: `Greetings, I’m Meem Bot! \n\nI can help automate publishing for your community by allowing you to vote on what gets posted to your shared Twitter account.\n\nIf you need help at any time or have feedback on how I could work better, just @MeemBot with your question or idea.\n\nFinally, Meem has even more community tools in the hopper and we’d love to collaborate with you! See what we’re up to and share your thoughts: <https://form.typeform.com/to/TyeFu5om>\n\nTap below to set up your publishing logic.`,
components: this.getMessageComponents([
{
slug: agreement?.slug,
Expand Down

0 comments on commit 2169fdb

Please sign in to comment.