mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-08-27 02:54:21 -05:00
Cleanup
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
import CountdownTweet from "./generators/CountdownTweet.mjs";
|
||||
import TwitterManager from "./TwitterManager.mjs"
|
||||
|
||||
export function sendTweets() {
|
||||
const manager = new TwitterManager([
|
||||
export function defaultTwitterManager() {
|
||||
return new TwitterManager([
|
||||
new CountdownTweet,
|
||||
]);
|
||||
|
||||
return manager.sendTweets();
|
||||
}
|
||||
|
||||
export function sendTweets() {
|
||||
return defaultTwitterManager().sendTweets();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user