Skip to content
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

Genericise memes to make adding new memes faster #12

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

ryho
Copy link
Owner

@ryho ryho commented Aug 2, 2024

No description provided.


const genericSadEmoji = "todo"

var EmojiMemes = []EmojiMeme{
Copy link
Owner Author

Choose a reason for hiding this comment

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

Here are the values used in my config.

const genericSadEmoji = "sadblob"

var EmojiMemes = []EmojiMeme{
	{
		EmojiName: "Bufo",
		SubStrings: []string{
			"bufo",
			"froge",
		},
		StartEmoji:  "bufo-appears",
		NoNewEmojis: "bufo-sad-swinging",
	},
	{
		EmojiName: "He Brings You",
		SubStrings: []string{
			"bringsyou",
			"brings-you",
			"brings_you",
			"bringyou",
			"bring-you",
			"bring_you",
			"he-bringin",
			"hbu-",
		},
		StartEmoji:  "he-brings-you-metrics",
		NoNewEmojis: "he-brings-you-sadness",
	},
	{
		EmojiName: "brat",
		SubStrings: []string{
			"brat",
		},
		StartEmoji:  "brat-imsojack",
		NoNewEmojis: "brat-sev",
	},
}

@ryho ryho merged commit 5352aa1 into main Aug 2, 2024
@ryho ryho deleted the ryanh/generic_meme_feature branch August 2, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant